TableCellAutomationPeer(TableCell) Constructor

Definition

Initializes a new instance of the TableCellAutomationPeer class.

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

Parameters

owner
TableCell

The TableCell that is associated with this TableCellAutomationPeer.

Applies to

See also