TdxBar.UseRecentItems Property
Specifies whether the current toolbar displays the most frequently used controls first.
Declaration
property UseRecentItems: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If the UseRecentItems property is set to True, the most frequently used controls are placed first and other item controls follow accordingly. Otherwise, item controls will be displayed on the current toolbar in a fixed order.
The default value of the UseRecentItems property is True.
See Also