导航:  Windows Controls Procedures > Rich Edit Control > Wrappers >

RichEdit_GetIMEColor

上一页返回章节概述下一页

描述

 

检索输入法编辑器(IME)构成色彩.此消息仅在操作系统的亚洲语言版本中可用.您可以使用此功能或发送EM_GETIMECOLOR消息明确.

 

FreeBasic Syntax

 

FUNCTION RichEdit_GetIMEColor ( _

BYVAL hRichEdit AS HWND, _

BYVAL rgCmpclr AS COMPCOLOR PTR _

) AS LONG

 

参数

 

hRichEdit

[in]编辑器控件句柄

rgCmpclr

[in]指针一四COMPCOLOR结构接收构成色彩元素的数组.

 

Return Value

 

如果操作成功,则返回值为非零值.

 

如果操作失败,返回值为零.

 

最低操作系统

 

Windows 95(亚洲版),Windows NT 4.0(亚洲版).

 

引用文件

 

AfcRichEdit.inc