BCGControlBar Library for .NET
CalcPopupMenuLocation Method (OutlookCustomizeButton)




Called by the framework on showing popup menu related to the OutlookCustomizeButton. Specifies the screen coordinates of the upper-left corner of the popup menu to show.
Syntax
'Declaration
 
Public Overridable Function CalcPopupMenuLocation() As Point
'Usage
 
Dim instance As OutlookCustomizeButton
Dim value As Point
 
value = instance.CalcPopupMenuLocation()
public virtual Point CalcPopupMenuLocation()
public: virtual Point CalcPopupMenuLocation(); 
public:
virtual Point CalcPopupMenuLocation(); 
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