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


In This Topic
    Control Property (RibbonControlHost)
    In This Topic
    Gets the hosted control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Control As Control
    'Usage
     
    
    Dim instance As RibbonControlHost
    Dim value As Control
     
    value = instance.Control
    public Control Control {get;}
    See Also