Krypton |
The KryptonRibbonGroupMaskedTextBox type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowButtonSpecToolTips | Gets and sets a value indicating if tooltips should be displayed for button specs. | |
| AllowPromptAsInput | Gets or sets a value indicating whether PromptChar can be entered as valid data by the user. | |
| AsciiOnly | Gets or sets a value indicating whether the MaskedTextBox control accepts characters outside of the ASCII character set. | |
| 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. | |
| ButtonSpecs | Gets the collection of button specifications. | |
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component) | |
| ChainVisible |
Get a value indicating if all parent containers are visible.
(Inherited from KryptonRibbonGroupItem) | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component) | |
| ContextMenuStrip | Gets and sets the associated context menu strip. | |
| Culture | Gets or sets the culture information associated with the masked text box. | |
| CutCopyMaskFormat | Gets or sets a value that determines whether literals and prompt characters are copied to the clipboard. | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component) | |
| Enabled | Gets and sets the enabled state of the group masked text box. | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component) | |
| HidePromptOnLeave | Gets or sets a value indicating whether the prompt characters in the input mask are hidden when the masked text box loses focus. | |
| HideSelection | Gets or sets a value indicating that the selection should be hidden when the edit control loses focus. | |
| InsertKeyMode | Gets or sets the text insertion mode of the masked text box control. | |
| IsOverwriteMode | Gets a value that specifies whether new user input overwrites existing input. | |
| KeyTip | Gets and sets the key tip for the ribbon group masked text box. | |
| KryptonContextMenu | Gets and sets the KryptonContextMenu for showing when the masked textbox is right clicked. | |
| 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. | |
| MaskedTextBox | Access to the actual embedded KryptonMaskedTextBox instance. | |
| MaskedTextProvider | Gets a clone of the mask provider associated with this instance of the masked text box control. | |
| MaskFull | Gets a value indicating whether all required and optional inputs have been entered into the input mask. | |
| MaximumSize | Gets or sets the maximum size of the control. | |
| MaxLength | Gets or sets the maximum number of characters that can be entered into the edit control. | |
| MinimumSize | Gets or sets the minimum size of the control. | |
| Modified | Gets a value indicating whether the contents have changed since last last. | |
| PasswordChar | Gets or sets a the character to display for password input for single-line edit controls. | |
| PromptChar | Indicates the character used as the placeholder. | |
| ReadOnly | Gets or sets a value indicating whether the text in the edit control can be changed or not. | |
| RejectInputOnFirstFailure | Gets or sets a value indicating whether the parsing of user input should stop after the first invalid character is reached. | |
| 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. | |
| SelectedText | Gets and sets the selected text within the control. | |
| SelectionLength | Gets and sets the selection length for the selected area. | |
| SelectionStart | Gets and sets the starting point of text selected in the control. | |
| ShortcutKeys | Gets and sets the shortcut key combination. | |
| Site | Gets or sets the ISite of the Component. (Inherited from Component) | |
| SkipLiterals | Gets or sets a value indicating whether the user is allowed to reenter literal values. | |
| Tag |
Gets and sets user-defined data associated with the object.
(Inherited from KryptonRibbonGroupItem) | |
| Text | Gets and sets the text associated with the control. | |
| TextAlign | Gets or sets how the text should be aligned for edit controls. | |
| TextLength | Gets the length of text in the control. | |
| TextMaskFormat | Gets or sets a value that determines whether literals and prompt characters are included in the formatted string. | |
| UseSystemPasswordChar | Gets or sets a value indicating if the text in the edit control should appear as the default password character. | |
| ValidatingType | Gets or sets the data type used to verify the data input by the user. | |
| Visible |
Gets and sets the visible state of the masked text box.
(Overrides KryptonRibbonGroupItem.Visible) |