Interface ICheckBoxListBase
- 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 interface ICheckBoxListBase : IValidationWidget
- Inherited Members
- Extension Methods
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.
Methods
- CheckAll()
Checks all options in the checkboxlist.
- UncheckAll()
Unchecks all options in the checkboxlist.