ITfIntegratableCandidateListUIElement::GetSelectionStyle 方法 (ctffunc.h)

检索选择样式。

语法

HRESULT GetSelectionStyle(
  [out] TfIntegratableCandidateListSelectionStyle *ptfSelectionStyle
);

参数

[out] ptfSelectionStyle

一个 指定选择样式的 值。

返回值

此方法可以返回其中一个值。

说明
S_OK
方法成功。

注解

活动选择样式通常指示可以使用箭头键更改所选内容。 隐式选择样式指示默认选择键选择它。 如果应用支持更改选择样式,则应在调用 UpdateUIElement 方法时调用此方法。

要求

要求
最低受支持的客户端 Windows 8 [仅限桌面应用]
最低受支持的服务器 Windows Server 2012 [仅限桌面应用]
目标平台 Windows
标头 ctffunc.h

另请参阅

ITfIntegratableCandidateListUIElement