TdxBarWindowItem.FocusedItemLink Property
Returns the item link of the focused item control.
Declaration
property FocusedItemLink: TdxBarItemLink read;
Property Value
Type |
---|
TdxBarItemLink |
Remarks
One item control can have several linked item controls. Only one of the item controls can have focus at any given point in time. This property returns the TdxBarItemLink object that links a given item with the focused linked item control.
See Also