Class CheckBoxAutomationPeer
Exposes CheckBox types to UI automation.
Inheritance
System.Object
CheckBoxAutomationPeer
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation.Peers
Assembly: OpenSilver.dll
Syntax
public class CheckBoxAutomationPeer : ToggleButtonAutomationPeer, IDependencyObject, IToggleProvider
Constructors
| Improve this Doc View SourceCheckBoxAutomationPeer(CheckBox)
Initializes a new instance of the CheckBoxAutomationPeer class.
Declaration
public CheckBoxAutomationPeer(CheckBox owner)
Parameters
Type | Name | Description |
---|---|---|
CheckBox | owner | The CheckBox to associate with this CheckBoxAutomationPeer. |
Methods
| Improve this Doc View SourceGetAutomationControlTypeCore()
Gets the AutomationControlType for the class associated with this CheckBoxAutomationPeer. Called by GetAutomationControlType().
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
AutomationControlType | A value of the enumeration. |
Overrides
| Improve this Doc View SourceGetClassNameCore()
Gets the name of the class that is associated with this CheckBoxAutomationPeer. Called by GetClassName().
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | The class name. |