DataGridViewCheckBoxCell.ContentDoubleClickUnsharesRow 方法

定义

指示当双击单元格内容时是否会导致包含该单元格的行取消共享。

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

参数

e
DataGridViewCellEventArgs

一个 DataGridViewCellEventArgs,包含有关双击的数据。

返回

如果该单元格行处于编辑模式,则为 true;否则为 false

注解

ContentDoubleClickUnsharesRow 在 之前 OnContentDoubleClick调用 。 如果对 OnContentDoubleClick 的调用具有取消共享包含单元格的行的效果,则必须返回 true 。 否则,它应返回 false

有关行共享的详细信息,请参阅缩放 Windows 窗体 DataGridView 控件的最佳做法

适用于

另请参阅