Metodo QsUIShowListChoice
|
Visualizza il form per selezionare un elmento da una lista.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassipublic 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 String
- Titolo del form
- datasource Object
- Lista da visualizzare
- width Int32 (Optional)
- larghezza finestra (193 default)
- height Int32 (Optional)
- altezza finestra (305 default)
Valore di ritorno
Object
Vedi anche