Control Constructor (ControlIHandler) | 
 
            Initializes a new instance of the Container with the specified handler
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic Control(
	ControlIHandler handler
)
Public Sub New ( 
	handler As ControlIHandler
)
new : 
        handler : ControlIHandler -> ControlParameters
- handler
 - Type: Eto.FormsControlIHandler
Pre-created handler to attach to this instance 
See Also