ITextProvider::get_SupportedTextSelection method (uiautomationcore.h)

Retrieves a value that specifies the type of text selection that is supported by the control.

This property is read-only.

Syntax

HRESULT get_SupportedTextSelection (SupportedTextSelection *pRetVal);

Parameters

pRetVal

Return value

None

Remarks

Parameters

pRetVal [out]

Type: SupportedTextSelection*

When this function returns, contains a pointer to the SupportedTextSelection object.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps | UWP apps]
Minimum supported server Windows Server 2003 [desktop apps | UWP apps]
Target Platform Windows
Header uiautomationcore.h (include UIAutomation.h)

See also

ITextProvider interface, ITextRangeProvider interface, UI Automation Providers Overview