DataGridViewCell.MouseMoveUnsharesRow(DataGridViewCellMouseEventArgs) Yöntem

Tanım

Fare işaretçisi satırdaki bir hücrenin üzerine geldiğinde satırın paylaşılmayacağını gösterir.

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

Parametreler

Döndürülenler

true satırın paylaşımı kaldırılacaksa, aksi takdirde , false. Temel DataGridViewCell sınıf her zaman döndürür false.

Açıklamalar

MouseMoveUnsharesRow yöntemi, yönteminden hemen önce çağrılırOnMouseMove. Türetilmiş sınıflarda çağrısı hücreyi OnMouseMove içeren satırın paylaşımını kaldırma etkisine sahipse döndürmelidirtrue. Aksi takdirde döndürmelidir false.

Satır paylaşımı hakkında daha fazla bilgi için bkz. Windows Forms DataGridView Denetimini Ölçeklendirmeye Yönelik En İyi Yöntemler.

Şunlara uygulanır

Ayrıca bkz.