Metodo QsUIShowWinToggles(String, Object, String)
|
Displays a number of CheckBoxes in a dialog, then creates a List containing the Value of every CHECKED item.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 29.0.0
Sintassipublic static WinTogglesResult ShowWinToggles(
string title,
Object[] values,
string coltitle
)
Public Shared Function ShowWinToggles (
title As String,
values As Object(),
coltitle As String
) As WinTogglesResult
public:
static WinTogglesResult^ ShowWinToggles(
String^ title,
array<Object^>^ values,
String^ coltitle
)
static member ShowWinToggles :
title : string *
values : Object[] *
coltitle : string -> WinTogglesResult Parametri
- title String
- String expression displayed in the title bar of the dialog box
- values Object
- Collection of strings. It contains the CheckBox values the user wants to display
- coltitle String
- String expression displayed in the title bar of the column
Valore di ritorno
WinTogglesResultA WinTogglesResult object containing the result of the dialog and a List of CheckBoxItem values
Vedi anche