AddRibbonTab Method (IWorkspace)
Adds the specified ribbon tab to this workspace.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddRibbonTab( _
const dsString& ApiUuid As System.String, _
long Position As System.Integer, _
const dsString& TabName As System.String, _
const dsString& DisplayText As System.String _
) As RibbonTab |
Parameters
- ApiUuid
- UUID of the add-in or application
- Position
- Position of the ribbon tab (1-based index)
- TabName
- Name of the ribbon tab
- DisplayText
- Text that is shown for the ribbon tab
- RibbonTab[out] or Return Value
- IRibbonTab
Example
See Also
Availability
DraftSight 2017 SP0