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