IRelaxISProgramInterfaceChangeRibbonButton Method |
Change a previously created ribbon button that is shown on the main menu of RelaxIS.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax void ChangeRibbonButton(
string guid,
ButtonInformation buttonInformation
)
Sub ChangeRibbonButton (
guid As String,
buttonInformation As ButtonInformation
)
Dim instance As IRelaxISProgramInterface
Dim guid As String
Dim buttonInformation As ButtonInformation
instance.ChangeRibbonButton(guid, buttonInformation)
Parameters
- guid String
- The GUID of the button to change.
- buttonInformation ButtonInformation
- The information about the button to set.
Exceptions Remarks Leave fields null or empty in order to keep the respective current value. Will not change the tab and panel assignment.
See Also