Skip to main content

TdxBarItemControl.IsSelected Property

Returns True if an item control is selected on a toolbar.

Declaration

property IsSelected: Boolean read;

Property Value

Type
Boolean

Remarks

A toolbar usually contains several item controls and only one of them may be selected at any point in time. This property determines if the item control is selected. The item control is selected if the mouse pointer is over it and the Enabled property is True. The IsSelected is a ReadOnly property. As shown in the following diagrams, IsSelected is not the same as the IsActive property:

See Also