InsertRibbonPanel Method (IRibbonTab)
Inserts the specified ribbon panel into this ribbon tab.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertRibbonPanel( _
BSTR ApiUuid As System.String, _
LONG Position As System.Integer, _
BSTR PanelName As System.String, _
BSTR DisplayText As System.String _
) As RibbonPanel |
Parameters
- ApiUuid
- UUID of the add-in or application
- Position
- Position of the ribbon panel (1-based index)
- PanelName
- Name of the ribbon panel
- DisplayText
- Text that is shown for the ribbon panel
Parameters
- RibbonPanel[out] or Return Value
- IRibbonPanel
Example
See Also
Availability
DraftSight 2017 SP0