This topic has not yet been rated - Rate this topic

ToggleState enumeration

Contains values that specify the ToggleState of a UI Automation element.

Syntax


public enum ToggleState

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The ToggleState enumeration has these members.

MemberValueDescription
Off0

The UI Automation element isn't selected, checked, marked, or otherwise activated.

On1

The UI Automation element is selected, checked, marked, or otherwise activated.

Indeterminate2

The UI Automation element is in an indeterminate state.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Automation
Windows::UI::Xaml::Automation [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.