Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IToggleProvider Interface

 

Exposes methods and properties to support UI Automation client access to controls that can cycle through a set of states and maintain a state once set.

Namespace:   System.Windows.Automation.Provider
Assembly:  UIAutomationProvider (in UIAutomationProvider.dll)

[ComVisibleAttribute(true)]
[GuidAttribute("56d00bd0-c4f4-433c-a836-1a52a57e0892")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IToggleProvider

NameDescription
System_CAPS_pubpropertyToggleState

Gets the toggle state of the control.

NameDescription
System_CAPS_pubmethodToggle()

Cycles through the toggle states of a control.

Implemented on a UI Automation provider that must support the TogglePattern control pattern.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft