TextBoxActiveXControl.ScrollBars
TextBoxActiveXControl.ScrollBars property
Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.
public ControlScrollBarType ScrollBars { get; set; }
Examples
[C#]
activeXControl.ScrollBars = Aspose.Cells.Drawing.ActiveXControls.ControlScrollBarType.BarsVertical;
See Also
- enum ControlScrollBarType
- class TextBoxActiveXControl
- namespace Aspose.Cells.Drawing.ActiveXControls
- assembly Aspose.Cells