[Visual Basic] Overridable Public Property ReadOnly IsScrollable As Boolean _ Implements IHScrollBar.IsScrollable [C#] public virtual bool IsScrollable { get; } [C++] public: virtual __property bool get_IsScrollable(); [JScript] public virtual function get IsScrollable() : bool
NullHScrollBar Class | White.Core.UIItems.Scrolling Namespace