Click or drag to resize

IRelaxISProgramInterfaceChangeRibbonButton Method

Change a previously created ribbon button that is shown on the main menu of RelaxIS.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
void ChangeRibbonButton(
	string guid,
	ButtonInformation buttonInformation
)

Parameters

guid  String
The GUID of the button to change.
buttonInformation  ButtonInformation
The information about the button to set.
Exceptions
ExceptionCondition
RelaxISProgramInterfaceExceptionRaised if changing the button fails, or parameters are invalid.
Remarks
Leave fields null or empty in order to keep the respective current value. Will not change the tab and panel assignment.
See Also