Costruttore.
Namespace:
QsUI
Assembly:
QsUI (in QsUI.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public ListChoice(
string title,
Object datasource,
int width = 193,
int height = 305
)
Public Sub New (
title As String,
datasource As Object,
Optional width As Integer = 193,
Optional height As Integer = 305
)
public:
ListChoice(
String^ title,
Object^ datasource,
int width = 193,
int height = 305
)
new :
title : string *
datasource : Object *
?width : int *
?height : int
(* Defaults:
let _width = defaultArg width 193
let _height = defaultArg height 305
*)
-> ListChoice
Parametri
- title
- Tipo: SystemString
Titolo della finestra. - datasource
- Tipo: SystemObject
Lista da bindare alla griglia. - width (Optional)
- Tipo: SystemInt32
Larghezza della finestra. - height (Optional)
- Tipo: SystemInt32
Altezza della finestra.
Vedi anche