ControlCommandAdapter 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
ControlCommandAdapter() | |
ControlCommandAdapter(Control, String) |
ControlCommandAdapter()
public:
ControlCommandAdapter();
public ControlCommandAdapter ();
Public Sub New ()
Applies to
ControlCommandAdapter(Control, String)
public:
ControlCommandAdapter(System::Windows::Forms::Control ^ control, System::String ^ eventName);
public ControlCommandAdapter (System.Windows.Forms.Control control, string eventName);
new Microsoft.Practices.CompositeUI.WinForms.ControlCommandAdapter : System.Windows.Forms.Control * string -> Microsoft.Practices.CompositeUI.WinForms.ControlCommandAdapter
Public Sub New (control As Control, eventName As String)
Parameters
- control
- Control
- eventName
- String