CommandElement Constructor CleanCode C# Libraries v1.2.03 API
Overload List

  NameDescription
Public methodCommandElement(String, String)
Initializes a new instance of the CommandElement struct without a tooltip.
Public methodCommandElement(String, String, String)
Initializes a new instance of the CommandElement struct with a tooltip.
Public methodCommandElement(String, String, ButtonBase)
Initializes a new instance of the CommandElement struct with a OnlineButtonBase.
Public methodCommandElement(String, String, ToolStripItem)
Initializes a new instance of the CommandElement struct with a OnlineToolStripItem.
Public methodCommandElement(String, String, String, ButtonBase)
Initializes a new instance of the CommandElement struct with a tooltip and a OnlineButtonBase.
Public methodCommandElement(String, String, String, ToolStripItem)
Initializes a new instance of the CommandElement struct with a tooltip and a OnlineToolStripItem.
Back to Top
See Also