 | ZoomBoxIsVerticalScrollbarVisible property |
Returns True if the vertical scrollbar is currently visible.
Namespace: NetEti.CustomControlsAssembly: NetEti.ZoomBox (in NetEti.ZoomBox.dll) Version: 1.0.0+5ee800418dee8f46c939f296c9beaab353004ca7
Syntaxpublic bool IsVerticalScrollbarVisible { get; }Public ReadOnly Property IsVerticalScrollbarVisible As Boolean
Get
public:
property bool IsVerticalScrollbarVisible {
bool get ();
}member IsVerticalScrollbarVisible : bool with get
Property value
Boolean
See also