TcxCustomTabControlProperties.ActivateFocusedTab Property
Specifies if focusing a tab using the Up Arrow, Down Arrow, Left Arrow, Down Arrow, Home, or End keystroke activates it.
Declaration
property ActivateFocusedTab: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True to enable tab activation in response to any of these keystrokes. Otherwise, the keystroke only moves focus.
Note
The control disables tab activation for these keystrokes regardless of the property value if the Buttons or Flat Buttons painting style is applied.
The default value of the ActivateFocusedTab property is True.
See Also