Class ToolStripDropDownExt
Class for CustomDropDown for toolstripdropdown
Inheritance
System.Object
ToolStripDropDownExt
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class ToolStripDropDownExt : ToolStripDropDown
Constructors
ToolStripDropDownExt(Object)
Constructor for custom dropdown
Declaration
public ToolStripDropDownExt(object controls)
Parameters
Type | Name | Description |
---|---|---|
System.Object | controls |
ToolStripDropDownExt(ToolStripItem[])
Constructor for custom dropdown
Declaration
public ToolStripDropDownExt(ToolStripItem[] items)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.ToolStripItem[] | items |
Methods
OnPaint(PaintEventArgs)
Overrides the onpaint method
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e | paint event data |
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | m |