IdentifyingGroupBox GetSelectedCheckBoxNames Method CleanCode C# Libraries v1.2.03 API
Gets a list of selected OnlineCheckBox names in the OnlineGroupBox.

Namespace: CleanCode.GeneralComponents.Controls
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public List<string> GetSelectedCheckBoxNames()

Return Value

List of check box names (or an empty list).
See Also