ITfIntegratableCandidateListUIElement::GetSelectionStyle method (ctffunc.h)

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
S_OK
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

See also

ITfIntegratableCandidateListUIElement