RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlScrollBar.Kind Property

Indicates whether the scroll bar is horizontal or vertical.

Pascal
property Kind: TScrollBarKind;
C++
__property TScrollBarKind Kind;

Kind indicates whether the scroll bar has a vertical or horizontal orientation. This value is initialized in the constructor, when the scroll bar is created by a scrolling windowed control for its VertScrollBar or HorzScrollBar property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!