DataGridViewButtonCell.MouseEnterUnsharesRow(Int32) 方法

定義

指出當滑鼠指標移到某資料列的儲存格上方時,是否取消共用該資料列。

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

參數

rowIndex
Int32

目前儲存格的資料列索引,如果儲存格不屬於資料列,則為 -1。

傳回

如果儲存格是上一個收到滑鼠點選的儲存格,則為 true,否則為 false

備註

方法 MouseEnterUnsharesRow 會在方法之前 OnMouseEnter 呼叫。 如果的呼叫OnMouseEnter具有取消共享資料列 rowIndex的效果,它必須傳回 true 。 否則應該會傳回 false

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

適用於

另請參閱