DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject Constructor

Definition

Initializes a new instance of the DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject class.

public:
 DataGridViewLinkCellAccessibleObject(System::Windows::Forms::DataGridViewCell ^ owner);
public DataGridViewLinkCellAccessibleObject (System.Windows.Forms.DataGridViewCell owner);
public DataGridViewLinkCellAccessibleObject (System.Windows.Forms.DataGridViewCell? owner);
new System.Windows.Forms.DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject : System.Windows.Forms.DataGridViewCell -> System.Windows.Forms.DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject
Public Sub New (owner As DataGridViewCell)

Parameters

Applies to

See also