Class CheckBoxListBase
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Defines the base functionality for a checkboxlist widget, including properties for state management.
public abstract class CheckBoxListBase : InteractiveWidget, ICheckBoxListBase, IValidationWidget
- Inheritance
-
CheckBoxListBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Properties
- IsReadOnly
Gets or sets a value indicating whether the checkboxlist is read-only.
- IsSorted
Gets or sets a value indicating whether the options in the checkboxlist are sorted.
- Tooltip
Gets or sets the tooltip text associated with the checkboxlist.
- ValidationState
Gets or sets the state indicating if a given input field was validated or not and if the validation was valid.
- ValidationText
Gets or sets the text that is shown if the validation state is invalid.
Methods
- CheckAll()
Checks all options in the checkboxlist.
- UncheckAll()
Unchecks all options in the checkboxlist.