Class ToolStripExService
Inheritance
System.Object
ToolStripExService
Implements
System.IServiceProvider
Assembly: Syncfusion.Tools.Windows.dll
public class ToolStripExService : Object, IServiceProvider
Constructors
Declaration
protected ToolStripExService(IServiceContainer services)
Parameters
| Type |
Name |
Description |
| System.ComponentModel.Design.IServiceContainer |
services |
|
Properties
Declaration
public Hashtable Designers { get; }
Property Value
| Type |
| System.Collections.Hashtable |
Destination for newly created ToolStripItems
Declaration
public ToolStrip Destination { get; set; }
Property Value
| Type |
| System.Windows.Forms.ToolStrip |
Declaration
public object PrimarySelection { get; }
Property Value
Methods
Declaration
public virtual void AddItem(ToolStripPanelItem item)
Parameters
Declaration
public static ToolStripExService Get(ISite site)
Parameters
| Type |
Name |
Description |
| System.ComponentModel.ISite |
site |
|
Returns
Declaration
public virtual object GetService(Type serviceType)
Parameters
| Type |
Name |
Description |
| System.Type |
serviceType |
|
Returns
Declaration
public virtual void RemoveItem(ToolStripPanelItem item)
Parameters
Events
Declaration
public event ToolStripItemEventHandler ToolStripItemAdded
Event Type
| Type |
| System.Windows.Forms.ToolStripItemEventHandler |
Declaration
public event ToolStripItemEventHandler ToolStripItemRemoved
Event Type
| Type |
| System.Windows.Forms.ToolStripItemEventHandler |
Implements
System.IServiceProvider