TcxTab.Tracking Property
In This Article
Indicates whether the tab is currently tracked.
#Declaration
Delphi
property Tracking: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
End-users can navigate through tabs using arrow keys without changing the active tab. This can only be performed if the Buttons or Flat Buttons painting style is applied to the control. Users can press the Enter or Space key to make the currently tracked tab active.
The Tracking property returns True if the tab is currently tracked. The image below displays a tab control whose Alignment tab is active while the Background tab is tracked.
See Also