Click or drag to resize

PluginCommandButtonPath Property

Gets or sets a path to a button to create for this command.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.19.1
Syntax
public string ButtonPath { 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