'Declaration Public Enum MaskedEditState Inherits System.Enum
public enum MaskedEditState : System.Enum
Member | Description |
---|---|
AfterLastCharacter | the caret is positioned after the last display character |
Character | caret is positioned right before a display char |
FirstCharacter | the caret is positioned right before the first display char |
FirstCharacterInSection | the caret is positioned right before the first character in a section |
FirstEditSection | the caret is in the first edit section |
FirstSection | the caret is in the first section |
LastCharacter | the caret is positioned right before the last display char |
LastCharacterInSection | the caret is positioned right before the last character in a section |
LastEditSection | the caret is in the last edit section |
LastSection | the caret is in the last section |
NextSectionFraction | Next edit section is a fraction part. |
NotInEditMode | State where the editor is not in edit mode. |
Selected | some text is selected |
TabBySections | State where the editor permits tabbing by sections based on the TabNavigation proeprty. |
UnInitialized | Mask has not been initialized, and thus no sections or display chars collection exists |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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