DesignerMain Constructor(Object)
In This Topic
Initializes a new instance of the
DesignerMain class.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
'Usage
Dim control As Object
Dim instance As New DesignerMain(control)
public DesignerMain(
object
)
Parameters
- control
See Also