DataGridViewCell.ClickUnsharesRow(DataGridViewCellEventArgs) 方法

定义

指示在单击单元格时,是否对单元格所在的行取消共享。

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

参数

返回

如果不共享该行,则为 true;否则为 falseDataGridViewCell 基类总是返回 false

注解

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

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

适用于

另请参阅