TdxBarManager.SelectedItem Property
In This Article
Specifies the selected toolbar item control.
#Declaration
Delphi
property SelectedItem: TdxBarItemControl read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the SelectedItem property to access the currently selected item control or to change it in code. A toolbar can contain several item controls that correspond to an item. If an item control is selected, its item is selected as well.
See Also