Click or drag to resize

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: QsUI
Assembly: QsUI (in QsUI.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
public static WinTogglesResult ShowWinToggles(
	string title,
	CheckedListBoxItem[] items,
	string coltitle
)

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

WinTogglesResult
A WinTogglesResult object containing the result of the dialog and a List of CheckBoxItem values
Vedi anche