DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject Constructor

Definition

Initializes a new instance of the DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject class.

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

Parameters

Applies to

See also