Inserts the specified ribbon row panel into this ribbon row.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertRibbonRowPanel( _
BSTR ApiUuid As System.String, _
BSTR PanelName As System.String _
) As RibbonRowPanel |
C# | |
---|
RibbonRowPanel InsertRibbonRowPanel(
System.string ApiUuid,
System.string PanelName
) |
Parameters
- ApiUuid
- UUID of the add-in or application
- PanelName
- Name of the ribbon row panel
Parameters
- RibbonRowPanel[out] or Return Value
- IRibbonRowPanel
Example
Only one ribbon row panel can be added to a ribbon row.
See Also
Availability
DraftSight 2017 SP0