RibbonContextCollection Class

Represents a collection of RibbonTabContext

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public sealed class RibbonContextCollection : List<RibbonContext>
Inheritance
Object    ListRibbonContext    RibbonContextCollection

Methods

Add Adds the specified context to the collection
AddRange Adds the specified contexts to the collection
Insert Inserts the specified context into the specified index
Remove 
RemoveAll 
RemoveAt 
RemoveRange 

See Also