Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 2.41 KB

ne-msctf-tf_da_colortype.md

File metadata and controls

78 lines (62 loc) · 2.41 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:msctf.__MIDL___MIDL_itf_msctf_0000_0070_0002
TF_DA_COLORTYPE (msctf.h)
Elements of the TF_DA_COLORTYPE enumeration specify the format of the color contained in the TF_DA_COLOR structure.
TF_CT_COLORREF
TF_CT_NONE
TF_CT_SYSCOLOR
TF_DA_COLORTYPE
TF_DA_COLORTYPE enumeration [Text Services Framework]
_tsf_tf_da_colortype_ref
msctf/TF_CT_COLORREF
msctf/TF_CT_NONE
msctf/TF_CT_SYSCOLOR
msctf/TF_DA_COLORTYPE
tsf.tf_da_colortype
tsf\tf_da_colortype.htm
TSF
f692e188-d2f4-453b-a576-c6c05fd5f02a
12/05/2018
TF_CT_COLORREF, TF_CT_NONE, TF_CT_SYSCOLOR, TF_DA_COLORTYPE, TF_DA_COLORTYPE enumeration [Text Services Framework], _tsf_tf_da_colortype_ref, msctf/TF_CT_COLORREF, msctf/TF_CT_NONE, msctf/TF_CT_SYSCOLOR, msctf/TF_DA_COLORTYPE, tsf.tf_da_colortype
msctf.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
Msctf.idl
Windows
TF_DA_COLORTYPE
TSF 1.0 on Windows 2000 Professional
19H1
__MIDL___MIDL_itf_msctf_0000_0070_0002
msctf/__MIDL___MIDL_itf_msctf_0000_0070_0002
TF_DA_COLORTYPE
msctf/TF_DA_COLORTYPE
c++
APIRef
kbSyntax
HeaderDef
Msctf.h
TF_DA_COLORTYPE

TF_DA_COLORTYPE enumeration

-description

Elements of the TF_DA_COLORTYPE enumeration specify the format of the color contained in the TF_DA_COLOR structure.

-enum-fields

-field TF_CT_NONE:0

The structure contains no color data.

-field TF_CT_SYSCOLOR:1

The color is specified as a system color index. For more information about the system color indexes, see GetSysColor.

-field TF_CT_COLORREF:2

The color is specified as an RGB value.

-see-also

GetSysColor

TF_DA_COLOR