TextControl.winSendMessage Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax [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
)
Request Example
View SourceParameters
- hWnd
- Type: IntPtr
- msg
- Type: Long
- wParam
- Type: Long
- lParam
- Type: String
Return Value
Type:
LogicSee Also