BCGControlBar Library for .NET
ShowCustomizePopupMenu Method




Syntax
'Declaration
 
Public Sub ShowCustomizePopupMenu( _
   ByVal pt As Point, _
   ByVal show As Boolean _
) 
'Usage
 
Dim instance As OutlookBarControl
Dim pt As Point
Dim show As Boolean
 
instance.ShowCustomizePopupMenu(pt, show)
public void ShowCustomizePopupMenu( 
   Point pt,
   bool show
)
public: void ShowCustomizePopupMenu( 
   Point pt,
   bool show
) 
public:
void ShowCustomizePopupMenu( 
   Point pt,
   bool show
) 

Parameters

pt
show
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

OutlookBarControl Class
OutlookBarControl Members

Send Feedback