 | PluginCommandSetupButton Method |
Setup the ribbon button parameters with the given properties.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic void SetupButton(
string ribbonTab,
string ribbonGroup,
string buttonText,
IList<byte> imageData
)
Public Sub SetupButton (
ribbonTab As String,
ribbonGroup As String,
buttonText As String,
imageData As IList(Of Byte)
)
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