CommandElement Constructor (String, String, String, ToolStripItem)CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the CommandElement struct with a tooltip and a OnlineToolStripItem.

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

public CommandElement(
	string command,
	string shortcut,
	string tooltip,
	ToolStripItem toolStripItem
)
See Also