DataGridViewCheckBoxCell.ContentDoubleClickUnsharesRow Methode

Definition

Gibt an, ob die Zeile, die die Zelle enthält, nicht angehalten wird, wenn auf den Zellinhalt doppelklicken.

protected:
 override bool ContentDoubleClickUnsharesRow(System::Windows::Forms::DataGridViewCellEventArgs ^ e);
protected override bool ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e);
override this.ContentDoubleClickUnsharesRow : System.Windows.Forms.DataGridViewCellEventArgs -> bool
Protected Overrides Function ContentDoubleClickUnsharesRow (e As DataGridViewCellEventArgs) As Boolean

Parameter

e
DataGridViewCellEventArgs

A DataGridViewCellEventArgs that contains data about the double-click.

Gibt zurück

truewenn sich die Zelle im Bearbeitungsmodus befindet; andernfalls . false

Hinweise

ContentDoubleClickUnsharesRow wird direkt vor OnContentDoubleClick. Es muss zurückgegeben werden true , wenn der Aufruf OnContentDoubleClick die Freigabe der Zeile, die die Zelle enthält, aufheben. Andernfalls sollte sie zurückgegeben werden false .

Weitere Informationen zur Zeilenfreigabe finden Sie unter Best Practices for Scaling the Windows Forms DataGridView Control.

Gilt für:

Weitere Informationen