Metodo QsUIShowWinToggles(String, CheckedListBoxItem, 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: 26.4.0.0 (26.4.0.0)
Sintassi public static WinTogglesResult ShowWinToggles(
string title,
CheckedListBoxItem[] items,
string coltitle
)
Public Shared Function ShowWinToggles (
title As String,
items As CheckedListBoxItem(),
coltitle As String
) As WinTogglesResult
public:
static WinTogglesResult^ ShowWinToggles(
String^ title,
array<CheckedListBoxItem^>^ items,
String^ coltitle
)
static member ShowWinToggles :
title : string *
items : CheckedListBoxItem[] *
coltitle : string -> WinTogglesResult
Parametri
- title String
- String expression displayed in the title bar of the dialog box
- items CheckedListBoxItem
- Collection of CheckedListBoxItem objects. 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