Click or drag to resize

PluginCommandSetupButton Method

Setup the ribbon button parameters with the given properties.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public void SetupButton(
	string ribbonTab,
	string ribbonGroup,
	string buttonText,
	IList<byte> imageData
)

Parameters

ribbonTab  String
The name of the ribbon tab that the button is shown on.
ribbonGroup  String
The name of the ribbon group that the button is placed in.
buttonText  String
The text of the button.
imageData  IListByte
The image data, i.e. png data for the button. May be null.
See Also