 | UIStatusForm 构造函数 (Int32, String, Int32) |
Sweet 开发框架
命名空间:
SweetUI.Forms
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public UIStatusForm(
int max,
string desc,
int decimalPlaces = 1
)
Public Sub New (
max As Integer,
desc As String,
Optional decimalPlaces As Integer = 1
)
new :
max : int *
desc : string *
?decimalPlaces : int
(* Defaults:
let _decimalPlaces = defaultArg decimalPlaces 1
*)
-> UIStatusForm
参数
- max
- 类型:SystemInt32
[缺少 "M:SweetUI.Forms.UIStatusForm.#ctor(System.Int32,System.String,System.Int32)" 的 <param name="max"/> 文档]
- desc
- 类型:SystemString
[缺少 "M:SweetUI.Forms.UIStatusForm.#ctor(System.Int32,System.String,System.Int32)" 的 <param name="desc"/> 文档]
- decimalPlaces (Optional)
- 类型:SystemInt32
[缺少 "M:SweetUI.Forms.UIStatusForm.#ctor(System.Int32,System.String,System.Int32)" 的 <param name="decimalPlaces"/> 文档]
参见