GH_Slider_Obsolete.SendMessage Method

GH_Slider_ObsoleteSendMessage Method

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static IntPtr SendMessage(
	IntPtr hWnd,
	int msg,
	int wParam,
	IntPtr lParam
)
Public Shared Function SendMessage ( 
	hWnd As IntPtr,
	msg As Integer,
	wParam As Integer,
	lParam As IntPtr
) As IntPtr

Parameters

hWnd
Type: SystemIntPtr
msg
Type: SystemInt32
wParam
Type: SystemInt32
lParam
Type: SystemIntPtr

Return Value

Type: IntPtr
See Also