IRelaxISProgramInterfaceDeleteRibbonButton Method |
Delete a previously created ribbon button from the ribbon menu.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax void DeleteRibbonButton(
string guid
)
Sub DeleteRibbonButton (
guid As String
)
Dim instance As IRelaxISProgramInterface
Dim guid As String
instance.DeleteRibbonButton(guid)
Parameters
- guid String
- The GUID of the button to delete.
Exceptions See Also