GridViewAutomationPeer(GridView) Constructor

Definition

Initializes a new instance of the GridViewAutomationPeer class.

 GridViewAutomationPeer(GridView const& owner);
public GridViewAutomationPeer(GridView owner);
function GridViewAutomationPeer(owner)
Public Sub New (owner As GridView)

Parameters

owner
GridView

The GridView to create a peer for.

Applies to