Click or drag to resize

CustomToolAttributeKey Property

Gets or sets the key of the Custom Tool, which will be used in the main menu.

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public string Key { get; set; }

Property Value

Type: String
The key of the custom tool.
See Also