Costruttore ListChoice(String, Object, 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
)
Public Sub New (
title As String,
datasource As Object,
width As Integer
)
public:
ListChoice(
String^ title,
Object^ datasource,
int width
)
new :
title : string *
datasource : Object *
width : 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).
Vedi anche