点击或拖拽改变大小

WMSendMessage 方法

Sweet 开发框架
Sends the message.

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

参数

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

返回值

类型:Int32
System.Int32.
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架