CheckBoxAutomationPeer.GetAutomationControlTypeCore Method

Definition

Gets the AutomationControlType for the element associated with this CheckBoxAutomationPeer. Called by GetAutomationControlType().

protected:
 override System::Windows::Automation::Peers::AutomationControlType GetAutomationControlTypeCore();
protected override System.Windows.Automation.Peers.AutomationControlType GetAutomationControlTypeCore ();
override this.GetAutomationControlTypeCore : unit -> System.Windows.Automation.Peers.AutomationControlType
Protected Overrides Function GetAutomationControlTypeCore () As AutomationControlType

Returns

The CheckBox enumeration value.

Applies to

See also