ComponentManagerRibbon Property
 | 
Gets the RibbonControl
Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public static RibbonControl Ribbon { get; }
 
Public Shared ReadOnly Property Ribbon As RibbonControl
        Get
 
public:
static property RibbonControl^ Ribbon {
        RibbonControl^ get ();
}
 
static member Ribbon : RibbonControl with get
 
 
 
Return Value
Type: 
RibbonControl
Returns RibbonControl
 
See Also