CommandElement Constructor (String, String, ButtonBase)CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the CommandElement struct with a OnlineButtonBase.

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,
	ButtonBase buttonBase
)
See Also