Vcl.ActnCtrls.TCustomActionDockBar.VisibleIndex
Delphi
property VisibleIndex: Integer read FVisibleIndex write SetVisibleIndex;
C++
__property int VisibleIndex = {read=FVisibleIndex, write=SetVisibleIndex, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | TCustomActionDockBar |
Description
Represents the index of the first item that is visible in the Action Bar.
VisibleIndex represents the index of the first item that is visible in the Action Bar.
When VisibleIndex is 0, the scroll up button is not visible. For any other value, the scroll up button is visible.