BCGControlBar Library for .NET
Ribbon Property




Syntax
'Declaration
 
Public Property Ribbon As RibbonControl
'Usage
 
Dim instance As RibbonMiniToolbar
Dim value As RibbonControl
 
instance.Ribbon = value
 
value = instance.Ribbon
public RibbonControl Ribbon {get; set;}
public: __property RibbonControl* get_Ribbon();
public: __property void set_Ribbon( 
   RibbonControl* value
);
public:
property RibbonControl^ Ribbon {
   RibbonControl^ get();
   void set (    RibbonControl^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RibbonMiniToolbar Class
RibbonMiniToolbar Members

Send Feedback