ScrollBarAutomationPeer.GetAutomationControlTypeCore Method

Definition

Gets the name of the ScrollBar that is associated with this ScrollBarAutomationPeer. Called by GetClassName().

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 ScrollBar enumeration value.

Applies to

See also