Table of Contents

Enum ToggleState

Namespace
HP.LFT.SDK.AI
Assembly
HP.LFT.SDK.dll

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

public enum ToggleState

Fields

OFF = 0

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

ON = 1

Indicates the toggleable control is checked.