 | ControlHelperSetWindowLong 方法 |
Sweet 开发框架
Sets the window long.
命名空间:
SweetUI.Factory
程序集:
SweetUI.Factory (在 SweetUI.Factory.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static int SetWindowLong(
IntPtr hWnd,
int nIndex,
int wndproc
)
Public Shared Function SetWindowLong (
hWnd As IntPtr,
nIndex As Integer,
wndproc As Integer
) As Integer
static member SetWindowLong :
hWnd : IntPtr *
nIndex : int *
wndproc : int -> int
参数
- hWnd
- 类型:SystemIntPtr
The h WND. - nIndex
- 类型:SystemInt32
Index of the n. - wndproc
- 类型:SystemInt32
The wndproc.
返回值
类型:
Int32System.Int32.
参见