Class BaseToggleProvider
Inheritance
System.Object
BaseToggleProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UIAutomation
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class BaseToggleProvider : IToggleProvider
Constructors
BaseToggleProvider()
Declaration
protected BaseToggleProvider()
Properties
ToggleState
Declaration
public abstract ToggleState ToggleState { get; }
Property Value
System.Windows.Automation.ToggleState
|
Methods
Toggle()
Declaration
public abstract void Toggle()
ToUIAToggleState(Boolean)
Declaration
public static ToggleState ToUIAToggleState(bool on)
Parameters
System.Boolean
on
|
Returns
System.Windows.Automation.ToggleState
|
ToUIAToggleState(CheckState)
Declaration
public static ToggleState ToUIAToggleState(CheckState state)
Parameters
System.Windows.Forms.CheckState
state
|
Returns
System.Windows.Automation.ToggleState
|
ToUIAToggleState(ToggleState)
Declaration
public static ToggleState ToUIAToggleState(ToggleState state)
Parameters
ToggleState
state
|
Returns
System.Windows.Automation.ToggleState
|