Solid Edge Framework Type Library
Insert Method
Description
Returns the inserted item. The type of insert is defined by the mode parameter. For copy mode and move mode the inputs can be an object, a positive or negative integer index, or the string name of an item. For Create mode the first input must be a string.
Syntax
Visual Basic
Public Function Insert( _
   ByVal Item As Variant, _
   ByVal AtItem As Variant, _
   ByVal mode As RibbonBarInsertMode _
) As RibbonBarGroup
Parameters
Item
AtItem
mode
ValueDescription
seRibbonBarInsertCopyInsert will make a copy of the item.
seRibbonBarInsertCreateInsert will create the item as a button.
seRibbonBarInsertCreateButtonInsert will create the item as a button.
seRibbonBarInsertCreatePopupInsert will create the item as a popup.
seRibbonBarInsertCreateSplitButtonPopupInsert will create the item as a split button popup.
seRibbonBarInsertMoveInsert will move the item.
See Also

RibbonBarGroups Collection  | RibbonBarGroups Members  | Solid Edge ST3 - What's New