导航:  Windows Controls Procedures > Rebar Control > Wrappers >

Rebar_SetWindowTheme (XP)

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

描述

 

设置钢筋控件的视觉样式.you可以使用本程序或明确的RB_SETWINDOWTHEME发送消息.

 

FreeBASIC 语法

SUB Rebar_SetWindowTheme ( _

   BYVAL hRebar AS HWND, _

   BYVAL pwszTheme AS WSTRING PTR _

)

 

参数

 

hRebar

[in]Rebar控件的句柄

pwszTheme

[in]字符串包含设置钢筋的视觉风格.字符串在函数内转换为unicode.

 

备注

 

使用这个API,必须提供清单指定comclt32.dll版6.0.

 

Minimum operating systems

 

Windows XP.

 

引用文件

 

AfxCtl.inc