Click or drag to resize

TextControl.winSendMessage Method (Typed)

X#

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
Request Example View Source

Parameters

hWnd
Type: IntPtr
msg
Type: Long
wParam
Type: Long
lParam
Type: String

Return Value

Type: Logic
See Also