ToggleState Enumeration

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 
Members
MemberDescription
OFFIndicates the toggleable control is unchecked (not supported for Radio Button).
ONIndicates the toggleable control is checked.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.AI.ToggleState