DataGridViewCell.MouseMoveUnsharesRow(DataGridViewCellMouseEventArgs) 方法

定義

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

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

參數

傳回

如果會取消共用資料列則為 true,否則為 false。 基底 DataGridViewCell 類別永遠會傳回 false

備註

方法 MouseMoveUnsharesRow 會在方法之前 OnMouseMove 呼叫。 在衍生類別中,如果的呼叫OnMouseMove具有取消共用包含儲存格之資料列的效果,它就必須傳回 true 。 否則,它應該會傳回 false

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

適用於

另請參閱