System.Windows.Forms.PrintPreviewDialog.TabStop Property

Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.Browsable(false)]
public bool TabStop { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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 PrintPreviewDialog.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 Form.TabIndex property value.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0