[]
Represents a Windows textbox control with a mask to distinguish between proper and improper user input.
[ToolboxBitmap(typeof(C1MaskedTextBox), "C1MaskedTextBox.png")]
public class C1MaskedTextBox : C1TextBoxBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize, ITextBoxBase, IInputEditor, IEmbeddedEditor
Name | Description |
---|---|
C1MaskedTextBox() | Initializes a new instance of the C1MaskedTextBox class. |
Name | Description |
---|---|
EditMask | Gets or sets the edit mask string restricting user input. |
ExitOnLastChar | Gets or sets whether the next control in the tab order receives the focus as soon as the control is filled at the last character. |
MaskInfo | Gets the settings of edit mask. |
Styles | Gets or sets the C1MaskedTextBox styles. |
Name | Description |
---|---|
OnDataTypeChanged(EventArgs) | Raises the DataTypeChanged event. |
ResetMaskInfo() | Restores the default value of the MaskInfo property. |
ShouldSerializeMaskInfo() | Specifies whether to save the value of the MaskInfo property. |