Skip to content

P_Ekstrand_Windows_Forms_GroupBox_TabStop

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

GroupBox.TabStop Property

Gets or sets a value that indicates whether the user can press the TAB key to give the focus to the GroupBox.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool TabStop { get; set; }

VB

<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Property TabStop As Boolean
	Get
	Set

C++

public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
property bool TabStop {
	bool get ();
	void set (bool value);
}

F#

[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member TabStop : bool with get, set

Property Value

Type: Boolean

See Also

Reference

GroupBox Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally