Table of Contents

Enum ToggleState

Possible value for the setState method of toggleable AI classes. The toggleable AI Classes are: Check Box, Toggle Button and Radio Button

Namespace: HP.LFT.SDK.AI
Assembly: HP.LFT.SDK.dll
Syntax
public enum ToggleState

Fields

Name Description
OFF

Indicates the toggleable control is unchecked (not supported for Radio Button).

ON

Indicates the toggleable control is checked.