ArcFM Engine Developer Guide
IsInFirstHalf Method


Syntax
'Declaration
 
Public Shared Function IsInFirstHalf( _
   ByVal container As FrameworkElement, _
   ByVal clickedPoint As Point, _
   ByVal hasVerticalOrientation As Boolean _
) As Boolean
'Usage
 
Dim container As FrameworkElement
Dim clickedPoint As Point
Dim hasVerticalOrientation As Boolean
Dim value As Boolean
 
value = DragDropUtilities.IsInFirstHalf(container, clickedPoint, hasVerticalOrientation)
public static bool IsInFirstHalf( 
   FrameworkElement container,
   Point clickedPoint,
   bool hasVerticalOrientation
)

Parameters

container
clickedPoint
hasVerticalOrientation
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DragDropUtilities Class
DragDropUtilities Members

 

 


Send Comment