Intersoft ClientUI Documentation
IsDropable(DragEventArgs) Method



Argument that hold information about the drop target.
Gets a value indicating whether the target is dropable.
Syntax
Public Overloads Function IsDropable( _
   ByVal args As DragEventArgs _
) As Boolean
Dim instance As UXPanel
Dim args As DragEventArgs
Dim value As Boolean
 
value = instance.IsDropable(args)
public bool IsDropable( 
   DragEventArgs args
)
public:
bool IsDropable( 
   DragEventArgs^ args
) 

Parameters

args
Argument that hold information about the drop target.

Return Value

Value that indicates whether the target is dropable.
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

UXPanel Class
UXPanel Members
Overload List

Send Feedback