Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetBorderStyle method

TextBoxActiveXControl::SetBorderStyle method

Gets and set the type of border used by the control.

void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetBorderStyle(ControlBorderType value)

Examples

activeXControl.SetBorderStyle(ControlBorderType::Single);

See Also