Version

TextEditorSelectionOnFocus Enumeration

Set the action when the editor gets focused. The default value is selectAll.
Syntax
'Declaration
 
Public Enum TextEditorSelectionOnFocus 
   Inherits System.Enum
public enum TextEditorSelectionOnFocus : System.Enum 
Members
MemberDescription
AtEndNo text is selected and caret position is set to the end of text.
AtStartNo text is selected and caret position is set to the beginning of text.
BrowserDefaultThe default behavior of browser is used.
SelectAllAll text is selected.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub