CommandElement Component Property CleanCode C# Libraries v1.2.03 API
Gets or sets a Component used to render the shortcut.

Namespace: CleanCode.GeneralComponents.Support
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public Component Component { get; set; }

Field Value

The short cut tool strip item.
Remarks

Typically the Component is a OnlineToolStripButton or a OnlineButton. If it contains an image, that image is used in the instrumented shortcut text. Without an image, the text of the button is used.
See Also