Costruttore.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassipublic 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 String
- Titolo della finestra.
- datasource Object
- Lista da bindare alla griglia.
- width Int32 (Optional)
- Larghezza della finestra.
- height Int32 (Optional)
- Altezza della finestra.
Vedi anche