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 Forms DataGridView 控件的最佳做法

適用於

另請參閱