TextBoxActiveXControl.BorderStyle
TextBoxActiveXControl.BorderStyle property
Gets and set the type of border used by the control.
public ControlBorderType BorderStyle { get; set; }
Examples
[C#]
activeXControl.BorderStyle = Aspose.Cells.Drawing.ActiveXControls.ControlBorderType.Single;
See Also
- enum ControlBorderType
- class TextBoxActiveXControl
- namespace Aspose.Cells.Drawing.ActiveXControls
- assembly Aspose.Cells