Intersoft ClientUI Documentation
GetDropObjectCommand Method



Target element.
Gets command that will be raised when dropping object to element.
Syntax
Public Shared Function GetDropObjectCommand( _
   ByVal element As UIElement _
) As ICommand
Dim element As UIElement
Dim value As ICommand
 
value = ISDragDrop.GetDropObjectCommand(element)
public static ICommand GetDropObjectCommand( 
   UIElement element
)
public:
static ICommand^ GetDropObjectCommand( 
   UIElement^ element
) 

Parameters

element
Target element.

Return Value

Drop object command.
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

ISDragDrop Class
ISDragDrop Members

Send Feedback