 | PluginCommandButtonPath Property |
Gets or sets a path to a button to create for this command.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.19.1
Syntaxpublic string ButtonPath { get; set; }Public Property ButtonPath As String
Get
Set
Property Value
String
Remarks
Recommanded to use the
SetupButton(String, String, String, IListByte) function.
The path is given in the form: RibbonTab\RibbonGroup\ButtonText
Backslash characters are forbidden in the texts.
If the path is empty, no button is created.
See Also