 | UISelectDialog 类 |
Sweet 开发框架 [缺少 "T:SweetUI.Forms.UISelectDialog" 的 <summary> 文档]
继承层次
命名空间:
SweetUI.Forms
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static class UISelectDialog
<ExtensionAttribute>
Public NotInheritable Class UISelectDialog
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type UISelectDialog = class end
方法
| 名称 | 说明 |
---|
  | ShowSelectDialog(UIForm, Int32, IList) | |
  | ShowSelectDialog(UIPage, Int32, IList) | |
  | ShowSelectDialog(Form, Int32, IList, UIStyle) | |
  | ShowSelectDialog(UIForm, Int32, IList, String, String) | |
  | ShowSelectDialog(UIPage, Int32, IList, String, String) | |
  | ShowSelectDialog(Form, Int32, IList, String, String, UIStyle, Boolean) | |
Top
参见