Click or drag to resize

IRelaxISProgramInterfaceRegisterRibbonButton Method

Register a 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.24.6
Syntax
string RegisterRibbonButton(
	ButtonInformation buttonInformation
)

Parameters

buttonInformation  ButtonInformation
The information about the button to create.

Return Value

String
A GUID that is used to change the button later on.
Exceptions
ExceptionCondition
RelaxISProgramInterfaceExceptionRaised if adding the button fails, or parameters are invalid.
See Also