Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the selection style.
Syntax
HRESULT GetSelectionStyle(
[out] TfIntegratableCandidateListSelectionStyle *ptfSelectionStyle
);
Parameters
[out] ptfSelectionStyle
A value that specifies the selection style.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
Remarks
The active selection style usually indicates that the selection can be changed with the arrow keys. The implied selection style indicates the default selection key chooses it. If the app supports changing selection styles, this method should be called when the UpdateUIElement method is called.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Target Platform | Windows |
| Header | ctffunc.h |