 | UIPanelSetStyleFlags 方法 |
Sweet 开发框架 [缺少 "M:SweetUI.UIPanel.SetStyleFlags(System.Boolean,System.Boolean,System.Boolean)" 的 <summary> 文档]
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法protected void SetStyleFlags(
bool supportTransparent = true,
bool selectable = true,
bool resizeRedraw = false
)
Protected Sub SetStyleFlags (
Optional supportTransparent As Boolean = true,
Optional selectable As Boolean = true,
Optional resizeRedraw As Boolean = false
)
member SetStyleFlags :
?supportTransparent : bool *
?selectable : bool *
?resizeRedraw : bool
(* Defaults:
let _supportTransparent = defaultArg supportTransparent true
let _selectable = defaultArg selectable true
let _resizeRedraw = defaultArg resizeRedraw false
*)
-> unit
参数
- supportTransparent (Optional)
- 类型:SystemBoolean
[缺少 "M:SweetUI.UIPanel.SetStyleFlags(System.Boolean,System.Boolean,System.Boolean)" 的 <param name="supportTransparent"/> 文档]
- selectable (Optional)
- 类型:SystemBoolean
[缺少 "M:SweetUI.UIPanel.SetStyleFlags(System.Boolean,System.Boolean,System.Boolean)" 的 <param name="selectable"/> 文档]
- resizeRedraw (Optional)
- 类型:SystemBoolean
[缺少 "M:SweetUI.UIPanel.SetStyleFlags(System.Boolean,System.Boolean,System.Boolean)" 的 <param name="resizeRedraw"/> 文档]
参见