TableAutomationPeer(Table) Constructor

Definition

Initializes a new instance of the TableAutomationPeer class.

public:
 TableAutomationPeer(System::Windows::Documents::Table ^ owner);
public TableAutomationPeer (System.Windows.Documents.Table owner);
new System.Windows.Automation.Peers.TableAutomationPeer : System.Windows.Documents.Table -> System.Windows.Automation.Peers.TableAutomationPeer
Public Sub New (owner As Table)

Parameters

owner
Table

The Table that is associated with this TableAutomationPeer.

Applies to

See also