Skip to main content
All docs
V26.1
  • TdxCustomPanel.TabStop Property

    Specifies if the Tab keystroke can move focus to the panel.

    Declaration

    property TabStop; default False;

    Property Value

    Type Default Description
    Boolean False

    True if users can press Tab to move focus to the panel; otherwise, False.

    Remarks

    Users cannot focus the panel if the TabStop property is set to False.

    The TabStop property’s default value is False.

    See Also