ClassToolWindowAutomationPeer
Class
Automation Peer for the ToolWindow class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
cs-api-definition
public class ToolWindowAutomationPeer : WindowBaseAutomationPeer, ITransformProvider, IWindowProvider
Inheritance: objectWindowBaseAutomationPeerToolWindowAutomationPeer
Implements:
Inherited Members
Constructors
ToolWindowAutomationPeer(ToolWindow)
Initializes a new instance of the ToolWindowAutomationPeer class.
Declaration
cs-api-definition
public ToolWindowAutomationPeer(ToolWindow owner)
Parameters
owner
The owner ToolWindow instance.