Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetBorderStyle method

TextBoxActiveXControl::GetBorderStyle method

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

ControlBorderType Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetBorderStyle()

Examples

ControlBorderType borderType = activeXControl.GetBorderStyle();

See Also