RibbonTabCollection Class

Represents a collection of RibbonTab objects

Definition

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

Methods

Add Adds the specified item to the collection
AddRange Adds the specified items to the collection
Insert Inserts the specified item into the specified index
Remove 
RemoveAll 
RemoveAt 
RemoveRange 

See Also