BCGControlBar Library for .NET
EdgeFromHitTest Method




A BCGHitTest value to translate.
Translates BCGHitTest value to the corresponding DockEdge.
Syntax
'Declaration
 
Public Shared Function EdgeFromHitTest( _
   ByVal hitTest As BCGHitTest _
) As DockEdge
'Usage
 
Dim hitTest As BCGHitTest
Dim value As DockEdge
 
value = GlobalUtils.EdgeFromHitTest(hitTest)
public static DockEdge EdgeFromHitTest( 
   BCGHitTest hitTest
)
public: static DockEdge EdgeFromHitTest( 
   BCGHitTest hitTest
) 
public:
static DockEdge EdgeFromHitTest( 
   BCGHitTest hitTest
) 

Parameters

hitTest
A BCGHitTest value to translate.
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

GlobalUtils Class
GlobalUtils Members

Send Feedback