ActionsPane.TabStop Property

Definition

Gets or sets a value indicating whether the user can give the focus to the actions pane by using the TAB key.

public:
 property bool TabStop { bool get(); void set(bool value); };
public bool TabStop { get; set; }
member this.TabStop : bool with get, set
Public Property TabStop As Boolean

Property Value

true if the user can give the focus to the actions pane by using the TAB key; otherwise, false. The default is true.

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.TabStop property. For more information about using this property, see System.Windows.Forms.Control.TabStop.

Applies to