Version

IsDropAreaValid Method

Returns true if the drop area is valid. Returns false if a location should be considered invalid drop area. Note that returning true will cause the drag strategy to use the default logic to determine whether a drop location is valid.
Syntax
'Declaration
 
Function IsDropAreaValid( _
   ByVal point As Point _
) As Boolean
bool IsDropAreaValid( 
   Point point
)

Parameters

point
In control coordinates.

Return Value

True if the drop area is valid.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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