Click or drag to resize
AkDialogIsDialogMode Method
判断是否为弹出页窗模式。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static bool IsDialogMode(
	string target,
	out int width,
	out int height
)

Parameters

target
Type: SystemString
源表达式。
width
Type: SystemInt32
页窗的宽度
height
Type: SystemInt32
页窗的高度

Return Value

Type: Boolean
如果为弹出页窗模式为true、否则为false。
See Also