Vcl.Forms.TControlScrollBar.Kind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Kind: TScrollBarKind read FKind;

C++

__property TScrollBarKind Kind = {read=FKind, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TControlScrollBar

Description

Indicates whether the scroll bar is horizontal or vertical.

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.

See Also