Krypton |
public class KryptonRibbonGroupMaskedTextBox : KryptonRibbonGroupItem
The KryptonRibbonGroupMaskedTextBox type exposes the following members.
| Name | Description | |
|---|---|---|
| KryptonRibbonGroupMaskedTextBox | Initialise a new instance of the KryptonRibbonGroupMaskedTextBox class. |
| 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) |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the Component. (Inherited from Component) | |
| Dispose(Boolean) |
Clean up any resources being used.
(Overrides ComponentDispose(Boolean)) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject) Obsolete | |
| GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Hide | Make the ribbon group masked text box hidden. | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject) Obsolete | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject) | |
| OnGotFocus | Raises the GotFocus event. | |
| OnHideSelectionChanged | Raises the HideSelectionChanged event. | |
| OnIsOverwriteModeChanged | Raises the IsOverwriteModeChanged event. | |
| OnKeyDown | Raises the KeyDown event. | |
| OnKeyPress | Raises the KeyPress event. | |
| OnKeyUp | Raises the KeyUp event. | |
| OnLostFocus | Raises the LostFocus event. | |
| OnMaskChanged | Raises the MaskChanged event. | |
| OnMaskInputRejected | Raises the MaskInputRejected event. | |
| OnModifiedChanged | Raises the ModifiedChanged event. | |
| OnPreviewKeyDown | Raises the PreviewKeyDown event. | |
| OnPropertyChanged | Raises the PropertyChanged event. | |
| OnReadOnlyChanged | Raises the ReadOnlyChanged event. | |
| OnTextAlignChanged | Raises the TextAlignChanged event. | |
| OnTextChanged | Raises the TextChanged event. | |
| OnTypeValidationCompleted | Raises the TypeValidationCompleted event. | |
| ResetShortcutKeys | Resets the ShortcutKeys property to its default value. | |
| Show | Make the ribbon group masked text box visible. | |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component) |
| Name | Description | |
|---|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component) | |
| GotFocus | Occurs when the control receives focus. | |
| HideSelectionChanged | Occurs when the value of the HideSelection property changes. | |
| IsOverwriteModeChanged | Occurs when the value of the IsOverwriteMode property changes. | |
| KeyDown | Occurs when a key is pressed while the control has focus. | |
| KeyPress | Occurs when a key is pressed while the control has focus. | |
| KeyUp | Occurs when a key is released while the control has focus. | |
| LostFocus | Occurs when the control loses focus. | |
| MaskChanged | Occurs when the value of the Mask property changes. | |
| MaskInputRejected | Occurs when the input character or text does not comply with the mask specification. | |
| ModifiedChanged | Occurs when the value of the Modified property changes. | |
| PreviewKeyDown | Occurs before the KeyDown event when a key is pressed while focus is on this control. | |
| PropertyChanged | Occurs after the value of a property has changed. | |
| ReadOnlyChanged | Occurs when the value of the ReadOnly property changes. | |
| TextAlignChanged | Occurs when the value of the TextAlign property changes. | |
| TextChanged | Occurs when the value of the Text property changes. | |
| TypeValidationCompleted | Occurs when the validating type object has completed parsing the input text. |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |