 | SystemExSW_FORCEMINIMIZE 字段 |
Sweet 开发框架
在WindowNT5.0中最小化窗口,即使拥有窗口的线程被挂起也会最小化。在从其他线程最小化窗口时才使用这个参数。
Windows Server 2003, Windows 2000, and Windows XP: Minimizes a window, even when the thread that owns the window is hung. Only use this flag when minimizing windows from a different thread.
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public const int SW_FORCEMINIMIZE = 11
Public Const SW_FORCEMINIMIZE As Integer = 11
static val mutable SW_FORCEMINIMIZE: int
字段值
类型:
Int32
参见