BCGControlBar Library for .NET
CalcPopupMenuLocation Method (TabCommandObject)




Syntax
'Declaration
 
Protected Overrides Function CalcPopupMenuLocation( _
   ByVal rectRelativeBounds As Rectangle _
) As Point
'Usage
 
Dim instance As TabCommandObject
Dim rectRelativeBounds As Rectangle
Dim value As Point
 
value = instance.CalcPopupMenuLocation(rectRelativeBounds)
protected override Point CalcPopupMenuLocation( 
   Rectangle rectRelativeBounds
)
protected: Point CalcPopupMenuLocation( 
   Rectangle rectRelativeBounds
) override 
protected:
Point CalcPopupMenuLocation( 
   Rectangle rectRelativeBounds
) override 

Parameters

rectRelativeBounds
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

TabCommandObject Class
TabCommandObject Members
Base Implementation in CalcPopupMenuLocation

Send Feedback