MaskedTextBox::AcceptsTab Property
.NET Framework (current version)
Gets or sets a value determining how TAB keys are handled for multiline configurations. This property is not supported by MaskedTextBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool AcceptsTab { bool get(); void set(bool value); }
The AcceptsTab property is inherited from the base TextBoxBase class. However, because the MaskedTextBox control does not support multiline configuration, this property is not supported.
.NET Framework
Available since 2.0
Available since 2.0
Show: