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.17.16
Syntax
public string ButtonPath { 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