Possible values for the setState method of toggleable AI classes. The toggleable AI classes are: Check Box, Toggle Button and Radio Button.
C# Syntax
public enum ToggleState: System.Enum
Member | Description |
---|---|
OFF | Indicates the toggleable control is unchecked (not supported for Radio Button). |
ON | Indicates the toggleable control is checked. |
System.Object
System.ValueType
System.Enum
HP.LFT.SDK.AI.ToggleState