Class SelectionPanelExt
Represents the class which is used to render the fill series border selection.
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class SelectionPanelExt : SelectionPanel, IDisposable
Constructors
SelectionPanelExt(String)
Initializes a new instance of the SelectionPanelExt class.
Declaration
public SelectionPanelExt(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | Name of the panel |
Methods
Dispose(Boolean)
Releases all resources used by the. SelectionPanelExt.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
Overrides
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.PaintEventArgs | e |
Overrides
Implements
System.IDisposable