IToggleProvider interface
Provides access to controls that can cycle through a set of states and maintain a state after it is set.
Members
The IToggleProvider interface inherits from the IUnknown interface. IToggleProvider also has these types of members:
Methods
The IToggleProvider interface has these methods.
| Method | Description |
|---|---|
| Toggle |
Cycles through the toggle states of a control. |
Properties
The IToggleProvider interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
The toggle state of the control. |
Remarks
Implemented on a Microsoft UI Automation provider that must support the Toggle control pattern.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IToggleProvider is defined as 56d00bd0-c4f4-433c-a836-1a52a57e0892 |
See also