PrintPreviewDialog::TabStop Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
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::Booleantrue if the user can give the focus to this control using the TAB key; otherwise, false. The default is true.
This property is not relevant for this class.
When the user presses the TAB key, the input focus is set to the next control in the tab order. Controls with the TabStop property value of false are not included in the collection of controls in the tab order. The tab order can be manipulated by setting the control's TabIndex property value.
.NET Framework
Available since 1.1
Available since 1.1
Show: