DataGridViewCell.ClickUnsharesRow Method
.NET Framework 3.0
Indicates whether the cell's row will be unshared when the cell is clicked.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
protected boolean ClickUnsharesRow ( DataGridViewCellEventArgs e )
protected function ClickUnsharesRow ( e : DataGridViewCellEventArgs ) : boolean
Not applicable.
Parameters
- e
The DataGridViewCellEventArgs containing the data passed to the OnClick method.
Return Value
true if the row will be unshared, otherwise, false. The base DataGridViewCell class always returns false.The ClickUnsharesRow method is called just before the OnClick method. It must return true if the call to OnClick has the effect of unsharing the cell's row. Otherwise, it should return false.
For more information about row sharing, see Best Practices for Scaling the Windows Forms DataGridView Control.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.