GroupBox::TabStop Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

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

Property Value

Type: System::Boolean

true to allow the user to press the TAB key to give the focus to the GroupBox; otherwise, false.

Although you can set the TabStop property to true, the GroupBox control cannot receive focus.

.NET Framework
Available since 1.1
Return to top
Show: