\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Design Namespace / C1ComboDesigner Class / EnableDesignMode Method

In This Topic
    EnableDesignMode Method (C1ComboDesigner)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function EnableDesignMode( _
       ByVal child As System.Windows.Forms.Control, _
       ByVal name As System.String _
    ) As System.Boolean
    protected System.bool EnableDesignMode( 
       System.Windows.Forms.Control child,
       System.string name
    )

    Parameters

    child
    name
    See Also