Metodo QsUIShowListChoice
|
Visualizza il form per selezionare un elmento da una lista.
Namespace:
QsUI
Assembly:
QsUI (in QsUI.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public static Object ShowListChoice(
string title,
Object datasource,
int width = 193,
int height = 305
)
Public Shared Function ShowListChoice (
title As String,
datasource As Object,
Optional width As Integer = 193,
Optional height As Integer = 305
) As Object
public:
static Object^ ShowListChoice(
String^ title,
Object^ datasource,
int width = 193,
int height = 305
)
static member ShowListChoice :
title : string *
datasource : Object *
?width : int *
?height : int
(* Defaults:
let _width = defaultArg width 193
let _height = defaultArg height 305
*)
-> Object
Parametri
- title
- Tipo: SystemString
Titolo del form - datasource
- Tipo: SystemObject
Lista da visualizzare - width (Optional)
- Tipo: SystemInt32
larghezza finestra (193 default) - height (Optional)
- Tipo: SystemInt32
altezza finestra (305 default)
Valore di ritorno
Tipo:
ObjectVedi anche