DataGridViewCheckBoxCell.MouseLeaveUnsharesRow(Int32) 方法

定義

指出當滑鼠指標離開儲存格時,包含儲存格的資料列是否會取消共用。

protected:
 override bool MouseLeaveUnsharesRow(int rowIndex);
protected override bool MouseLeaveUnsharesRow (int rowIndex);
override this.MouseLeaveUnsharesRow : int -> bool
Protected Overrides Function MouseLeaveUnsharesRow (rowIndex As Integer) As Boolean

參數

rowIndex
Int32

包含儲存格的資料列之索引。

傳回

如果此按鈕不是處於正常狀態,則為 true,否則為 false

備註

MouseLeaveUnsharesRow 在之前 OnMouseLeave呼叫 。 如果的呼叫OnMouseLeave具有取消共用包含儲存格之資料列的效果,它必須傳回 true 。 否則應該會傳回 false

如需數據列共用的詳細資訊,請參閱調整 Windows Forms DataGridView 控件的最佳做法

適用於

另請參閱