Property ProcessTab
ProcessTab
Gets or sets a value indicating whether the TAB key is received and processed by the control.
public virtual bool ProcessTab { get; set; }
Property Value
- bool
true if the TAB key is received by the control; false, if the TAB key is not received by the control. The default is false.
Remarks
Normally, TAB key is used for passing to the next control in a dialog. For the control created with this style, you can still use Ctrl-Enter to pass to the next control from the keyboard.