Costruttore ListChoice(String, Object, Int32, Int32, Int32)
|
Costruttore.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public ListChoice(
string title,
Object datasource,
int width,
int height,
int sel
)
Public Sub New (
title As String,
datasource As Object,
width As Integer,
height As Integer,
sel As Integer
)
public:
ListChoice(
String^ title,
Object^ datasource,
int width,
int height,
int sel
)
new :
title : string *
datasource : Object *
width : int *
height : int *
sel : int -> ListChoice
Parametri
- title String
- Titolo della finestra.
- datasource Object
- Lista da bindare alla griglia.
- width Int32
- Larghezza della finestra (passare -1 in caso si voglia ignorare).
- height Int32
- Altezza della finestra (passare -1 in caso si voglia ignorare).
- sel Int32
- Indice dell'elemento selezionato inizialmente.
Vedi anche