Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetSpecialEffect method

TextBoxActiveXControl::SetSpecialEffect method

Gets and sets the special effect of the control.

void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetSpecialEffect(ControlSpecialEffectType value)

Examples

activeXControl.SetSpecialEffect(ControlSpecialEffectType::Bump);

See Also