TfIntegratableCandidateListSelectionStyle enumeration (ctffunc.h)

Elements of the TfIntegratableCandidateListSelectionStyle enumeration specify the integratable candidate list selection styles.

Syntax

typedef enum __MIDL___MIDL_itf_ctffunc_0000_0022_0001 {
  STYLE_ACTIVE_SELECTION = 0,
  STYLE_IMPLIED_SELECTION = 0x1
} TfIntegratableCandidateListSelectionStyle;

Constants

 
STYLE_ACTIVE_SELECTION
Value: 0
The selection can be changed with the arrow keys.
STYLE_IMPLIED_SELECTION
Value: 0x1
The default selection key will choose the selection.

Requirements

Requirement Value
Header ctffunc.h

See also

GetSelectionStyle