 | ControlHelperAnimateWindow 方法 |
Sweet 开发框架
Animates the window.
命名空间:
SweetUI.Factory
程序集:
SweetUI.Factory (在 SweetUI.Factory.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static bool AnimateWindow(
IntPtr whnd,
int dwtime,
int dwflag
)
Public Shared Function AnimateWindow (
whnd As IntPtr,
dwtime As Integer,
dwflag As Integer
) As Boolean
static member AnimateWindow :
whnd : IntPtr *
dwtime : int *
dwflag : int -> bool
参数
- whnd
- 类型:SystemIntPtr
The WHND. - dwtime
- 类型:SystemInt32
The dwtime. - dwflag
- 类型:SystemInt32
The dwflag.
返回值
类型:
Booleantrue if XXXX,
false otherwise.
参见