Bilješka
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati da se prijavite ili promijenite direktorije.
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati promijeniti direktorije.
Contains possible values for the SelectionActiveEnd text attribute, which indicates the location of the caret relative to a text range that represents the currently selected text.
Syntax
typedef enum ActiveEnd {
ActiveEnd_None = 0,
ActiveEnd_Start = 1,
ActiveEnd_End = 2
} ;
Constants
ActiveEnd_None Value: 0 The caret is not at either end of the text range. |
ActiveEnd_Start Value: 1 The caret is at the beginning of the text range. |
ActiveEnd_End Value: 2 The caret is at the end of the text range. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Header | uiautomationcore.h (include UIAutomation.h) |