TdxTabbedMDITabProperties.Focusable Property
In This Article
Specifies whether a tab can receive focus, when using the left or right arrow key.
#Declaration
Delphi
property Focusable: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to allow tab navigation via the left and right arrow keys.
The default value of the Focusable property is False.
See Also