TextControl.winSendMessage 方法 | |
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 [DllImportAttribute("user32.dll", EntryPoint := "SendMessage")]
STATIC METHOD winSendMessage(
hWnd AS IntPtr,
msg AS LONG,
wParam AS LONG,
lParam AS STRING
) AS LOGIC
[DllImportAttribute("user32.dll", EntryPoint = "SendMessage")]
public static bool winSendMessage(
IntPtr hWnd,
int msg,
int wParam,
string lParam
)
查看代码参数
- hWnd
- 类型:IntPtr
- msg
- 类型:Int32
- wParam
- 类型:Int32
- lParam
- 类型:String
返回值
类型:
Boolean参见