RangeBaseAutomationPeer(RangeBase) Constructor

Definition

Initializes a new instance of the RangeBaseAutomationPeer class.

public:
 RangeBaseAutomationPeer(System::Windows::Controls::Primitives::RangeBase ^ owner);
public RangeBaseAutomationPeer (System.Windows.Controls.Primitives.RangeBase owner);
new System.Windows.Automation.Peers.RangeBaseAutomationPeer : System.Windows.Controls.Primitives.RangeBase -> System.Windows.Automation.Peers.RangeBaseAutomationPeer
Public Sub New (owner As RangeBase)

Parameters

owner
RangeBase

The RangeBase that is associated with this RangeBaseAutomationPeer.

Applies to

See also