BCGControlBar Library for .NET
ParentRibbonControl Property (CustomizePopupMenuBar)




Specifies the parent Ribbon control.
Syntax
'Declaration
 
Public Property ParentRibbonControl As RibbonControl
'Usage
 
Dim instance As CustomizePopupMenuBar
Dim value As RibbonControl
 
instance.ParentRibbonControl = value
 
value = instance.ParentRibbonControl
public RibbonControl ParentRibbonControl {get; set;}
public: __property RibbonControl* get_ParentRibbonControl();
public: __property void set_ParentRibbonControl( 
   RibbonControl* value
);
public:
property RibbonControl^ ParentRibbonControl {
   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

CustomizePopupMenuBar Class
CustomizePopupMenuBar Members

Send Feedback