The properties of the ItemMaskedTextBox class are listed below. For a complete list of ItemMaskedTextBox class members, see the ItemMaskedTextBox Members topic.
AutoHeight (inherited from Item) | |
BeepOnError | Gets or sets a value indicating whether the masked text box control raises the system beep for each user key stroke that it rejects. |
BindingContext (inherited from Item) | Gets or sets the BindingContext for the item. |
Border | Gets or sets the border of the MaskedTextBox control. |
Control | Get the Control associated with the Item. |
DataMember (inherited from Item) | Gets or sets the data member the item is bound to. |
DisabledEvents (inherited from Item) | Gets or sets boolean of Events status. |
EditValue (inherited from Item) | |
Enabled (inherited from Item) | Gets or sets a value indicating whether the Item can respond to user interaction. |
ErrorBackground (inherited from Item) | Get or sets whether the error color will be used as background color. |
ErrorColor (inherited from Item) | Get or sets the error background color of the text. |
ErrorMessage (inherited from Item) | Gets or sets the error message on Item. |
Height (inherited from Item) | Gets or sets the height of the Item. |
Index (inherited from Item) | Gets the index of the Item in the DetailView's item collection. |
ItemBorder (inherited from Item) | Gets or sets the item border style. |
ItemHeight (inherited from Item) | Gets the whole height of the Item, including the label height. |
ItemWidth (inherited from Item) | Gets or sets the width of the Item. |
Label (inherited from Item) | Get or sets the label associated with Item. |
LabelAlignment (inherited from Item) | Gets or sets how label is aligned in an Item. |
LabelAutoHeight (inherited from Item) | |
LabelBackColor (inherited from Item) | Gets or sets the background color for the label. |
LabelFont (inherited from Item) | Gets or sets the font of the label displayed by the Item. |
LabelForeColor (inherited from Item) | Get or sets the foreground color of the label. |
LabelHeight (inherited from Item) | Gets or sets the label height of the Item. |
LabelToolTip (inherited from Item) | Gets or sets the whether the label should show tooltip if text does not fit. |
LabelWidth (inherited from Item) | Gets or sets the label width of the Item. |
LineAlign (inherited from Item) | |
Mask | Gets or sets the input mask to use at run time. |
MaskCompleted | Gets a value indicating whether all required inputs have been entered into the input mask. |
Name (inherited from Item) | Gets or sets the name of the Item. |
NewLine (inherited from Item) | Gets or sets the Item display on new line. |
Parent (inherited from Item) | Parent control. |
PasswordChar | Gets or sets the character used to mask characters of a password in a MaskedTextBox control. |
PromptChar | Gets or sets the character used to represent the absence of user input in Resco.Controls.MaskedTextBox. |
ReadOnly | Gets or sets a value indicating whether the contents of the MaskedTextBox control can be changed. |
ResetOnPrompt | Gets or sets a value that determines how an input character that matches the prompt character should be handled. |
ResetOnSpace | Gets or sets a value that determines how a space input character should be handled. |
RoundedCorner (inherited from Item) | Gets or sets the corners which will be rounded. |
Site (inherited from Item) | |
Style (inherited from Item) | Gets or sets the style of the item. |
Tag (inherited from Item) | Gets or sets the object that contains data about the control. |
Text (inherited from Item) | Gets or sets the string of the Item. |
TextAlign (inherited from Item) | Gets or sets how text is aligned in the text part of the Item. |
TextBackColor (inherited from Item) | Get or sets the background color of the text. |
TextFont (inherited from Item) | Gets or sets the font of the text displayed by the Item. |
TextForeColor (inherited from Item) | Get or sets the foreground color of the text. |
TextMaskFormat | Gets or sets a value that determines whether literals and prompt characters are included in the formatted string. |
Value (inherited from Item) | Gets or sets the object of the Item. |
Visible (inherited from Item) | Gets or sets the Item visibility. |
InternalLabelWidth (inherited from Item) | Gets actual label width for the item. |
ItemMaskedTextBox Class | Resco.Controls.DetailView Namespace