DataGridViewCell.ContentDoubleClickUnsharesRow Metod

Definition

Anger om cellens rad kommer att delas upp när cellens innehåll dubbelklickas.

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

Parametrar

Returer

trueom raden kommer att tas bort från delningen, annars . false DataGridViewCell Basklassen returnerar falsealltid .

Kommentarer

Metoden ContentDoubleClickUnsharesRow anropas precis före OnContentDoubleClick metoden. Den måste returneras true om anropet till OnContentDoubleClick har effekten att cellens rad inte kan delas. Annars bör den returnera false.

Mer information om raddelning finns i Best Practices for Scaling the Windows Forms DataGridView Control.

Gäller för

Se även