Visual Basic (Declaration) | |
---|---|
Public Property ExitOnLeftRightKey As ExitOnLeftRightKey |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As EditBase Dim value As ExitOnLeftRightKey instance.ExitOnLeftRightKey = value value = instance.ExitOnLeftRightKey |
C# | |
---|---|
public ExitOnLeftRightKey ExitOnLeftRightKey {get; set;} |
Property Value
One of the ExitOnLeftRightKey enumeration values.The default is ExitOnLeftRightKey.None.
The value of this property indicates the key which moves the input focus to the next control. When the caret is at the last character of this control, focus moves out by pressing the right arrow key. When the caret is before the first character of this control, focus moves out by pressing the left key.
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8