Version

MaskedEditorStates Enumeration

Represents the different states of the masked editor control. Used to evaluate whether a specific command can be executed.
Syntax
'Declaration
 
Public Enum MaskedEditorStates 
   Inherits System.Enum
public enum MaskedEditorStates : System.Enum 
Members
MemberDescription
AfterLastCharacterthe caret is positioned after the last display character
AllThe associated dropdown is open
CanRedoCan perform Redo action.
CanSpinDownCurrent section can be decremented.
CanSpinUpCurrent section can be incremented.
CanUndoCan perform Undo action.
Charactercaret is positioned right before a display char
FirstCharacterthe caret is positioned right before the first display char
FirstCharacterInSectionthe caret is positioned right before the first character in a section
FirstEditSectionthe caret is in the first edit section
FirstSectionthe caret is in the first section
HasDropDownThere is an associated dropdown
IsDropDownOpenThe associated dropdown is open
LastCharacterthe caret is positioned right before the last display char
LastCharacterInSectionthe caret is positioned right before the last character in a section
LastEditSectionthe caret is in the last edit section
LastSectionthe caret is in the last section
NextSectionFractionNext edit section is a fraction part.
NotInEditModeState where the editor is not in edit mode.
Selectedsome text is selected
TabBySectionsState where the editor permits tabbing by sections based on the TabNavigation proeprty.
UninitializedMask has not been initialized, and thus no sections or display chars collection exists
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also