Class PasteDropDownItem
Represents the class that uses a control template to design an interface for copy paste options.
Inheritance
System.Object
PasteDropDownItem
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class PasteDropDownItem : ToolStripDropDownButton
Constructors
PasteDropDownItem()
Initializes a new instance of the PasteDropDownItem class.
Declaration
public PasteDropDownItem()
PasteDropDownItem(IPasteOptionChanged)
Initializes a new instance of the PasteDropDownItem class.
Declaration
public PasteDropDownItem(IPasteOptionChanged changedHandler)
Parameters
Type | Name | Description |
---|---|---|
IPasteOptionChanged | changedHandler | An instance for the IPasteOptionChanged |
Methods
Dispose()
Dispose all the resources used by the PasteDropDownItem class.
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |