点击或拖拽改变大小

WMPostMessage 方法

Sweet 开发框架
Posts the message.

命名空间:  Sweet.Common.Win32
程序集:  Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法
public static bool PostMessage(
	IntPtr hwnd,
	uint msg,
	IntPtr wParam,
	IntPtr lParam
)

参数

hwnd
类型:SystemIntPtr
The HWND.
msg
类型:SystemUInt32
The MSG.
wParam
类型:SystemIntPtr
The w parameter.
lParam
类型:SystemIntPtr
The l parameter.

返回值

类型:Boolean
true if XXXX, false otherwise.
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架