In This Article

ScaleBaseAutomationPeer Class

Exposes ScaleBase types to UI Automation.

public class ScaleBaseAutomationPeer : FrameworkElementAutomationPeer
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.Automation.Peers.AutomationPeer System.Windows.Automation.Peers.UIElementAutomationPeer System.Windows.Automation.Peers.FrameworkElementAutomationPeer Object

Constructors

ScaleBaseAutomationPeer(ScaleBase)

Initializes a new instance of the ScaleBaseAutomationPeer class.

public ScaleBaseAutomationPeer(ScaleBase owner)
Parameter Type Description
owner ScaleBase

The owner.

Methods

GetAutomationControlTypeCore()

Gets the control type for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by GetAutomationControlType().

protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType:

The Custom enumeration value.

GetClassNameCore()

Gets the name of the System.Windows.UIElement that is associated with this ScaleBaseAutomationPeer. This method is called by GetClassName().

protected override string GetClassNameCore()

Returns

System.String:

The Type.Name of the Owner.

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()