Wimark.Controls Class Library  

Editor.VerticalDropDownScrollBar Property

Gets or sets a value indicating whether the vertical scrollbar of the drop down window should be visible when it's needed.

[Visual Basic]
Protected Property VerticalDropDownScrollBar As Boolean 
[C#]
protected bool VerticalDropDownScrollBar {get; set;}
[C++]
protected: __property bool get_VerticalDropDownScrollBar();
protected: __property void set_VerticalDropDownScrollBar(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

Editor Class | Editor Members | Wimark.Controls.Editors Namespace