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