AutomationActiveEnd
AutomationActiveEnd
AutomationActiveEnd
AutomationActiveEnd
Enum
Definition
Defines values for the SelectionActiveEnd text attribute, which indicates the location of the caret relative to a text range that represents the currently selected text.
public : enum class AutomationActiveEndpublic enum AutomationActiveEndPublic Enum AutomationActiveEnd// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| End End End End | The caret is at the end of the text range. |
| None None None None | The caret is not at either end of the text range. |
| Start Start Start Start | The caret is at the beginning of the text range. |