 | ControlHelperSetForegroundWindow 方法 |
Sweet 开发框架
Sets the foreground window.
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static bool SetForegroundWindow(
IntPtr hWnd
)
Public Shared Function SetForegroundWindow (
hWnd As IntPtr
) As Boolean
static member SetForegroundWindow :
hWnd : IntPtr -> bool
参数
- hWnd
- 类型:SystemIntPtr
The h WND.
返回值
类型:
Booleantrue if XXXX,
false otherwise.
参见