Functions.SetClassStyle 方法 | |
命名空间:
VOGUIClasses
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 FUNCTION SetClassStyle(
hWnd AS PTR,
dwSetStyle AS DWORD,
lEnable AS LOGIC
) AS DWORD
public static uint SetClassStyle(
void* hWnd,
uint dwSetStyle,
[DefaultParameterValueAttribute(true, 0)] bool lEnable
)
查看代码参数
- hWnd
- 类型:Void*
- dwSetStyle
- 类型:UInt32
- lEnable
- 类型:Boolean
返回值
类型:
UInt32参见