BCGControlBar Library for .NET
AddItemsToCustomizeMenu Method




Syntax
'Declaration
 
Protected Overridable Sub AddItemsToCustomizeMenu( _
   ByVal menuBar As PopupMenuBar, _
   ByVal collection As CollectionWithEvents _
) 
'Usage
 
Dim instance As RibbonStatusBar
Dim menuBar As PopupMenuBar
Dim collection As CollectionWithEvents
 
instance.AddItemsToCustomizeMenu(menuBar, collection)
protected virtual void AddItemsToCustomizeMenu( 
   PopupMenuBar menuBar,
   CollectionWithEvents collection
)
protected: virtual void AddItemsToCustomizeMenu( 
   PopupMenuBar* menuBar,
   CollectionWithEvents* collection
) 
protected:
virtual void AddItemsToCustomizeMenu( 
   PopupMenuBar^ menuBar,
   CollectionWithEvents^ collection
) 

Parameters

menuBar
collection
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

RibbonStatusBar Class
RibbonStatusBar Members

Send Feedback