Class SelectionPanel
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class SelectionPanel : ScrollableChildFrame, IDisposable
Constructors
SelectionPanel(String)
Initializes a new instance of the SelectionPanel class.
Declaration
public SelectionPanel(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the panel. |
Methods
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e |
WndProc(ref Message)
Used to make the HitTestVisible as false
Declaration
protected override void WndProc(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | m |
Overrides
Implements
System.IDisposable