RibbonContextCollectionInsert Method
Inserts the specified context into the specified index
Namespace: PCB_Investigator.PCBIControls.RibbonAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public void Insert(
int index,
RibbonContext item
)
Public Sub Insert (
index As Integer,
item As RibbonContext
)
public:
void Insert(
int index,
RibbonContext^ item
)
member Insert :
index : int *
item : RibbonContext -> unit
Parameters
- index Int32
- Desired index of the item into the collection
- item RibbonContext
- Tab to be inserted