| AkDialogIsDialogMode Method |
判断是否为弹出页窗模式。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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