 | SystemExBringToFront 方法 |
Sweet 开发框架
将程序调至前台
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void BringToFront(
int showStyle = 5
)
Public Shared Sub BringToFront (
Optional showStyle As Integer = 5
)
static member BringToFront :
?showStyle : int
(* Defaults:
let _showStyle = defaultArg showStyle 5
*)
-> unit
参数
- showStyle (Optional)
- 类型:SystemInt32
显示风格
参见