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