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