Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / AttachControl Method


In This Topic
    AttachControl Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub AttachControl( _
       ByVal control As Object _
    ) 
    'Usage
     
    
    Dim instance As DesignerMain
    Dim control As Object
     
    instance.AttachControl(control)
    public void AttachControl( 
       object control
    )

    Parameters

    control
    See Also