TdxBarSubMenuControl.TopIndex Property
Specifies the index of the top visible item.
Declaration
property TopIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Use this property to specify the index of the top visible menu item. The TopIndex property value represents the index of the top item in the VisibleItems zero-based collection of the ItemLinks property.
See Also