Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / DesignerMain Constructor / DesignerMain Constructor(Object,Object)


In This Topic
DesignerMain Constructor(Object,Object)
In This Topic
Constructor for the calling control to use. The designer object will be either a System.Windows.Forms.Design.ControlDesigner or a System.Web.UI.Design.ControlDesigner.
Syntax
'Declaration
 
Public Function New( _
   ByVal control As Object, _
   ByVal designer As Object _
)
 
'Usage
 
Dim control As Object
Dim designer As Object
 
Dim instance As New DesignerMain(control, designer)

Parameters

control
designer
See Also