Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / GcComboBox Constructor / GcComboBox Constructor(IContainer)
The container.


In This Topic
    GcComboBox Constructor(IContainer)
    In This Topic
    Initializes a new instance of the GcComboBox class with a container type parameter.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal container As IContainer _
    )
    'Usage
     
    
    Dim container As IContainer
     
    Dim instance As New GcComboBox(container)
    public GcComboBox( 
       IContainer container
    )

    Parameters

    container
    The container.
    See Also