Click or drag to resize

KryptonRibbonGroupMaskedTextBox Properties

The KryptonRibbonGroupMaskedTextBox type exposes the following members.

Properties
 NameDescription
Public propertyAllowButtonSpecToolTips Gets and sets a value indicating if tooltips should be displayed for button specs.
Public propertyAllowPromptAsInput Gets or sets a value indicating whether PromptChar can be entered as valid data by the user.
Public propertyAsciiOnly Gets or sets a value indicating whether the MaskedTextBox control accepts characters outside of the ASCII character set.
Public propertyBeepOnError Gets or sets a value indicating whether the masked text box control raises the system beep for each user key stroke that it rejects.
Public propertyButtonSpecs Gets the collection of button specifications.
Protected propertyCanRaiseEventsGets a value indicating whether the component can raise an event.
(Inherited from Component)
Protected propertyChainVisible Get a value indicating if all parent containers are visible.
(Inherited from KryptonRibbonGroupItem)
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyContextMenuStrip Gets and sets the associated context menu strip.
Public propertyCulture Gets or sets the culture information associated with the masked text box.
Public propertyCutCopyMaskFormat Gets or sets a value that determines whether literals and prompt characters are copied to the clipboard.
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public propertyEnabled Gets and sets the enabled state of the group masked text box.
Protected propertyEventsGets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public propertyHidePromptOnLeave Gets or sets a value indicating whether the prompt characters in the input mask are hidden when the masked text box loses focus.
Public propertyHideSelection Gets or sets a value indicating that the selection should be hidden when the edit control loses focus.
Public propertyInsertKeyMode Gets or sets the text insertion mode of the masked text box control.
Public propertyIsOverwriteMode Gets a value that specifies whether new user input overwrites existing input.
Public propertyKeyTip Gets and sets the key tip for the ribbon group masked text box.
Public propertyKryptonContextMenu Gets and sets the KryptonContextMenu for showing when the masked textbox is right clicked.
Public propertyMask Gets or sets the input mask to use at run time.
Public propertyMaskCompleted Gets a value indicating whether all required inputs have been entered into the input mask.
Public propertyMaskedTextBox Access to the actual embedded KryptonMaskedTextBox instance.
Public propertyMaskedTextProvider Gets a clone of the mask provider associated with this instance of the masked text box control.
Public propertyMaskFull Gets a value indicating whether all required and optional inputs have been entered into the input mask.
Public propertyMaximumSize Gets or sets the maximum size of the control.
Public propertyMaxLength Gets or sets the maximum number of characters that can be entered into the edit control.
Public propertyMinimumSize Gets or sets the minimum size of the control.
Public propertyModified Gets a value indicating whether the contents have changed since last last.
Public propertyPasswordChar Gets or sets a the character to display for password input for single-line edit controls.
Public propertyPromptChar Indicates the character used as the placeholder.
Public propertyReadOnly Gets or sets a value indicating whether the text in the edit control can be changed or not.
Public propertyRejectInputOnFirstFailure Gets or sets a value indicating whether the parsing of user input should stop after the first invalid character is reached.
Public propertyResetOnPrompt Gets or sets a value that determines how an input character that matches the prompt character should be handled.
Public propertyResetOnSpace Gets or sets a value that determines how a space input character should be handled.
Public propertySelectedText Gets and sets the selected text within the control.
Public propertySelectionLength Gets and sets the selection length for the selected area.
Public propertySelectionStart Gets and sets the starting point of text selected in the control.
Public propertyShortcutKeys Gets and sets the shortcut key combination.
Public propertySiteGets or sets the ISite of the Component.
(Inherited from Component)
Public propertySkipLiterals Gets or sets a value indicating whether the user is allowed to reenter literal values.
Public propertyTag Gets and sets user-defined data associated with the object.
(Inherited from KryptonRibbonGroupItem)
Public propertyText Gets and sets the text associated with the control.
Public propertyTextAlign Gets or sets how the text should be aligned for edit controls.
Public propertyTextLength Gets the length of text in the control.
Public propertyTextMaskFormat Gets or sets a value that determines whether literals and prompt characters are included in the formatted string.
Public propertyUseSystemPasswordChar Gets or sets a value indicating if the text in the edit control should appear as the default password character.
Public propertyValidatingType Gets or sets the data type used to verify the data input by the user.
Public propertyVisible Gets and sets the visible state of the masked text box.
(Overrides KryptonRibbonGroupItem.Visible)
Top
See Also