Metodo QsUIShowWinToggles(String, Object)
|
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
)
Public Shared Function ShowWinToggles (
title As String,
values As Object()
) As WinTogglesResult
public:
static WinTogglesResult^ ShowWinToggles(
String^ title,
array<Object^>^ values
)
static member ShowWinToggles :
title : string *
values : Object[] -> 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
Valore di ritorno
WinTogglesResultA WinTogglesResult object containing the result of the dialog and a List of CheckBoxItem values
Vedi anche