BCGControlBar Library for .NET
AddButtonsToPopupMenuBar Method (OutlookCustomizeButton)




An OutlookBar control to show popup menu.
Called by the framework on showing popup menu related to the OutlookCustomizeButton.  Adds buttons to the popup menu bar and sets their state.
Syntax
'Declaration
 
Public Overridable Sub AddButtonsToPopupMenuBar( _
   ByVal outlook As OutlookBarControl _
) 
'Usage
 
Dim instance As OutlookCustomizeButton
Dim outlook As OutlookBarControl
 
instance.AddButtonsToPopupMenuBar(outlook)
public virtual void AddButtonsToPopupMenuBar( 
   OutlookBarControl outlook
)
public: virtual void AddButtonsToPopupMenuBar( 
   OutlookBarControl* outlook
) 
public:
virtual void AddButtonsToPopupMenuBar( 
   OutlookBarControl^ outlook
) 

Parameters

outlook
An OutlookBar control to show popup menu.
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

OutlookCustomizeButton Class
OutlookCustomizeButton Members

Send Feedback