ToolStripItemCommandAdapter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ToolStripItemCommandAdapter() | |
ToolStripItemCommandAdapter(ToolStripItem, String) |
ToolStripItemCommandAdapter()
public:
ToolStripItemCommandAdapter();
public ToolStripItemCommandAdapter ();
Public Sub New ()
Applies to
ToolStripItemCommandAdapter(ToolStripItem, String)
public:
ToolStripItemCommandAdapter(System::Windows::Forms::ToolStripItem ^ item, System::String ^ eventName);
public ToolStripItemCommandAdapter (System.Windows.Forms.ToolStripItem item, string eventName);
new Microsoft.Practices.CompositeUI.WinForms.ToolStripItemCommandAdapter : System.Windows.Forms.ToolStripItem * string -> Microsoft.Practices.CompositeUI.WinForms.ToolStripItemCommandAdapter
Public Sub New (item As ToolStripItem, eventName As String)
Parameters
- item
- ToolStripItem
- eventName
- String