| Solid Edge Framework Type Library > RibbonBarControls Collection : Insert Method |
| Visual Basic |
|---|
Public Function Insert( _ ByVal Item As Variant, _ ByVal AtItem As Variant, _ ByVal mode As RibbonBarInsertMode _ ) As RibbonBarControl |
| Value | Description |
|---|---|
| seRibbonBarInsertCopy | Insert will make a copy of the item. |
| seRibbonBarInsertCreate | Insert will create the item as a button. |
| seRibbonBarInsertCreateButton | Insert will create the item as a button. |
| seRibbonBarInsertCreatePopup | Insert will create the item as a popup. |
| seRibbonBarInsertCreateSplitButtonPopup | Insert will create the item as a split button popup. |
| seRibbonBarInsertMove | Insert will move the item. |