Version

MaskedEditAction Enumeration

Enumerates the possible actions that can be performed on the masked edit control
Syntax
'Declaration
 
Public Enum MaskedEditAction 
   Inherits System.Enum
public enum MaskedEditAction : System.Enum 
Members
MemberDescription
AfterLastCharactermove the caret to the end of the text
Backspacebackspace operation when delete key is pressed
CopyCopy action
CutCut action
Deletedelete operation when delete key is pressed
DownKeyActionaction associated with down arrow key
FirstCharactermove the caret to the beginning of the text
NextCharactermove to next character
NextControlgo to next control
NextSectionmove to next section
PastePaste action
PrevCharactermove to prev character
PrevControlgo to prev control
PrevSectionmove to prev section
SelectSectionSelects the current section. If there is some text already selected, it will deselect it and then select the current section.
SetPivotset's the position of pivot to current caret position
ToggleInsertionModetoggle the insertion mode
UpKeyActionaction associated with up arrow key
Requirements

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

See Also