AddRibbonPanel Method (IWorkspace)
Adds the specified ribbon panel to this workspace.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddRibbonPanel( _
BSTR ApiUuid As System.String, _
LONG Position As System.Integer, _
BSTR PanelName As System.String, _
BSTR DisplayText As System.String, _
VARIANT RibbonTabArray As System.Object _
) 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
- RibbonTabArray
- Array of ribbon tabs using this ribbon panel
Parameters
- RibbonPanel[out] or Return Value
- IRibbonPanel
See Also
Availability
DraftSight 2017 SP0