Intersoft ClientUI Documentation
GetAllowNextDrop Method
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > ISDragDrop Class : GetAllowNextDrop Method






element
Target element.
Gets allow next value from target element.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetAllowNextDrop( _
   ByVal element As UIElement _
) As Boolean
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As Boolean
 
value = ISDragDrop.GetAllowNextDrop(element)
C# 
public static bool GetAllowNextDrop( 
   UIElement element
)
Delphi 
public function GetAllowNextDrop( 
    element: UIElement
): Boolean; static; 
JScript 
public static function GetAllowNextDrop( 
   element : UIElement
) : boolean;
Managed Extensions for C++ 
public: static bool GetAllowNextDrop( 
   UIElement* element
) 
C++/CLI 
public:
static bool GetAllowNextDrop( 
   UIElement^ element
) 

Parameters

element
Target element.

Return Value

Allow next.

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.