Version

EditorWithMask Class Properties

For a list of all members of this type, see EditorWithMask members.

Public Properties
 NameDescription
Public PropertyAllowShiftingAcrossSectionsSpecifies whether to shift characters across section boundaries when deleting characters.  
Public PropertyAutoFillDateSpecifies whether to auto-fill empty date components when the user attempts to leave the editor. The default is None.  
Public PropertyAutoFillTimeSpecifies whether to auto-fill empty time components when the user attempts to leave the editor. The default is None.  
Public PropertyButtonsLeftReturns of a collection of Infragistics.Win.UltraWinEditors.EditorButtonBase instances displayed on the left side of the editor. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public PropertyButtonsRightReturns of a collection of Infragistics.Win.UltraWinEditors.EditorButtonBase instances displayed on the right side of the editor. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public PropertyCanFocusOverridden. Returns true if the editor can take focus while in edit mode (read-only).  
Public PropertyCurrentEditTextOverridden. Returns the current text being edited without doing any validation. This will return the text currently typed in. If the editor does not have an textbox-like control, it will return the current edit value in form of text.  
Public PropertyCurrentStateReturns bit flags that signify the current editing state of the control.  
Public PropertyDataFilterIf different than null, specifies custom data filter used by the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyDefaultOwnerReturns the default embeddable editor owner, which may provide default owner-specific values for an editor (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyDisplayCharsA collection of the display characters used in the control. Only returns a valid collection if currently in edit mode and if mask has been parsed.  
Public PropertyDisplayFormattedTextWhenNotFocusedIndicates whether the mask editor displays NullText if the value entered is null and the control doesn't have focus.  
Public PropertyDisplayNullTextWhenNotFocusedIndicates whether the mask editor displays NullText if the value entered is null and the control doesn't have focus.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorSharedObjectNameSpecifies name of the shared object that was defined for this editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyElementBeingEditedReturns the embeddable element that is currently in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyExpectedTypeOverridden. Default type used by the editor in the case of data filter. Null means that editor supports multiple data types and expects type to be set or provided by the owner. If EmbeddableEditorBase.DataFilter is used for conversions between Owner and Editor, this property should also be set. EditorWithMask will use specified type to set default mask in editor constructor (before first call to IEditorDataFilter.Convert).  
Public PropertyFocusedOverridden. Returns true if the editor has focus (read-only).  
Public PropertyHasButtonsLeftIndicates if there are any buttons in the collection. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public PropertyHasButtonsRightIndicates if there are any buttons in the collection. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public PropertyInsertModeReturns or sets the editing mode (insert or overstrike) of the control.  
Public PropertyIsDroppedDownReturns true if in edit mode and dropped down (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyIsInEditModeReturns true if the editor is in edit mode (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyIsValidOverridden. Returns true if the edited value is valid (read-only).  
Public PropertyKeyActionMappingsGives you the ability to reconfigure the way the control responds to user keystrokes.  
Public Propertystatic (Shared in Visual Basic)MaskDataModeRawSetValueSkipsLiteralsGets or sets whether setting the Text property of a masked edit whose MaskDataMode is set to Raw will skip over the literals in the mask when the Value or Text property is set.  
Public PropertySectionsA collection of the sections used in the control. Only returns a valid collection if currently in edit mode and if mask has been parsed.  
Public PropertySelectAllBehaviorSpecifies whether to select only the entered characters or all the characters (including prompt characters) when the editor performs the operation of select all text. The default value of the property is SelectAllCharacters.  
Public PropertySelectedTextGets or sets the currently selected text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySelectedTextBackColorReturns or sets the background color of selected text.  
Public PropertySelectedTextForeColorgets or sets the fore color of the selected text  
Public PropertySelectionLengthGets or sets the number of characters selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySelectionStartGets or sets the starting point of text selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySpinButtonDisplayStyleSpinButtonDisplay style dictates whether to show spin buttons and where to show them.  
Public PropertySpinButtonIntervalSettingsContains properties pertaining to the intervals used by the built-in spin button (not a SpinEditorButton).  
Public PropertySpinIncrementReturns or sets a value indicating the amount the control's Value will be incremented/decremented by when the control's spin functionality.  
Public PropertySpinWrapReturns or sets a value indicating whether the control's spin buttons should wrap its value.  
Public PropertySpinWrapBehaviorReturns or sets a value determines the behavior of the control when spinng a section past the limits of it's value.  
Public Propertystatic (Shared in Visual Basic)SpinWrapBehaviorDefaultReturns or sets a value determines the default behavior of all masked editors when spinning a section past the limits of it's value.  
Public PropertySupportsAutoSizeEditSpecifies whether the editor supports AutoSizeEdit (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsDropDownReturns true if this editor supports a dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsSelectableTextOverridden. Returns true if this editor supports selecting text.  
Public PropertySupportsSpellCheckingReturns true if this editor supports spell checking. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsValueListSpecifies whether the editor supports value list (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyTabNavigationDetermines whether the Tab key will tab between number sections in a masked editor control.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextLengthGets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyValueOverridden. The current value being edited.  
Protected Properties
 NameDescription
Protected PropertyHasOwnDefaultContextMenuOverridden. Indicates that this editor has its own default ContextMenu, so a ContextMenu from an ancestor control is ignored  
Protected PropertySelectedTextInternalOverridden. Gets or sets the currently selected text in the editor.  
Protected PropertySelectionLengthInternalOverridden. Gets or sets the number of characters selected in the editor.  
Protected PropertySelectionStartInternalOverridden. Gets or sets the starting point of text selected in the editor.  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Protected PropertyTextLengthInternalOverridden. Gets the length of the text in the editor.  
Protected PropertyWantsOwnerKeyEventsSpecifies whether the editor wants to receive key events from the owner while in edit mode (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
See Also