Intersoft ClientUI Documentation
IsDropable(DragEventArgs) Method
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > UXPanel Class > IsDropable Method : IsDropable(DragEventArgs) Method






args
Argument that hold information about the drop target.
Gets a value indicating whether the target is dropable.

Syntax

Visual Basic (Declaration) 
Public Overloads Function IsDropable( _
   ByVal args As DragEventArgs _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXPanel
Dim args As DragEventArgs
Dim value As Boolean
 
value = instance.IsDropable(args)
C# 
public bool IsDropable( 
   DragEventArgs args
)
Delphi 
public function IsDropable( 
    args: DragEventArgs
): Boolean; 
JScript 
public function IsDropable( 
   args : DragEventArgs
) : boolean;
Managed Extensions for C++ 
public: bool IsDropable( 
   DragEventArgs* args
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.