Class ToolStripExGlyphCollection
Inheritance
System.Object
ToolStripExGlyphCollection
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Namespace: Syncfusion.Windows.Forms.Tools.Design
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolStripExGlyphCollection : CollectionBase, IList, ICollection, IEnumerable
Constructors
ToolStripExGlyphCollection()
Declaration
public ToolStripExGlyphCollection()
Methods
OnClear()
Declaration
protected override void OnClear()
OnInsertComplete(Int32, Object)
Declaration
protected override void OnInsertComplete(int index, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| System.Object | value |
OnRemoveComplete(Int32, Object)
Declaration
protected override void OnRemoveComplete(int index, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| System.Object | value |
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable