RibbonContextCollectionInsert Method

Inserts the specified context into the specified index

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Insert(
	int index,
	RibbonContext item
)

Parameters

index  Int32
Desired index of the item into the collection
item  RibbonContext
Tab to be inserted

See Also