BrowserTextControl.VerticalRulerBar Property | ||
| Description: | Specifies the vertical ruler bar control to be used with a BrowserTextControl. The property value is null if there is no ruler bar connected. Otherwise it is an object of the type BrowserRulerBar. | |
| Syntax: | [C#]
public BrowserRulerBar VerticalRulerBar { get; set; }
[Visual Basic]
Public Property VerticalRulerBar() As BrowserRulerBar
| |
| Limitations: | Runtime only. | |
| See also: | Tool Bars, Graphical Overview. | |