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