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






element
Target element.
Gets command that will be raised when dropping object to element.

Syntax

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

Parameters

element
Target element.

Return Value

Drop object command.

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.