'Declaration Public Enum TextEditorSelectionOnFocus Inherits System.Enum
public enum TextEditorSelectionOnFocus : System.Enum
Member | Description |
---|---|
AtEnd | No text is selected and caret position is set to the end of text. |
AtStart | No text is selected and caret position is set to the beginning of text. |
BrowserDefault | The default behavior of browser is used. |
SelectAll | All text is selected. |
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
View on GitHub