Click or drag to resize

IRelaxISProgramInterfaceDeleteRibbonButton Method

Delete a previously created ribbon button from the ribbon menu.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
void DeleteRibbonButton(
	string guid
)

Parameters

guid  String
The GUID of the button to delete.
Exceptions
ExceptionCondition
RelaxISProgramInterfaceExceptionRaised if deleting the button fails, or parameters are invalid.
See Also