Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonBar Class / CreateRibbonForm Method


In This Topic
    CreateRibbonForm Method
    In This Topic
    Create the Ribbon Form which allows the Ribbon to display its items in the TitleBar area.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateRibbonForm() As Form
    'Usage
     
    
    Dim value As Form
     
    value = RibbonBar.CreateRibbonForm()
    public static Form CreateRibbonForm()
    See Also