Intersoft ClientUI Documentation
RibbonBar Property (UXRibbonWindow)



Gets or sets a value that indicates the RibbonBar element.
Syntax
Public Property RibbonBar As UXRibbonBar
Dim instance As UXRibbonWindow
Dim value As UXRibbonBar
 
instance.RibbonBar = value
 
value = instance.RibbonBar
public UXRibbonBar RibbonBar {get; set;}
public:
property UXRibbonBar^ RibbonBar {
   UXRibbonBar^ get();
   void set (    UXRibbonBar^ 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

UXRibbonWindow Class
UXRibbonWindow Members

Send Feedback