Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonControlHost Class / RibbonControlHost Constructor


In This Topic
    RibbonControlHost Constructor
    In This Topic
    Initializes a new instance of the RibbonLabel class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal control As Control _
    )
    'Usage
     
    
    Dim control As Control
     
    Dim instance As New RibbonControlHost(control)
    public RibbonControlHost( 
       Control control
    )

    Parameters

    control
    See Also