Gets or sets a Component used to render the shortcut.
Namespace: CleanCode.GeneralComponents.SupportAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
public Component Component { get; set; }
Public Property Component As Component
Get
Set
Public Property Component As Component
Get
Set
public:
property Component^ Component {
Component^ get ();
void set (Component^ value);
}
Field Value
The short cut tool strip item.
Typically the
Component is a
ToolStripButton or a
Button.
If it contains an image, that image is used in the instrumented shortcut text.
Without an image, the text of the button is used.