Intersoft ClientUI Documentation
SetMoveAction Method



DragEventArgs
Move action.
Set move action.
Syntax
<ExtensionAttribute()>
Public Shared Sub SetMoveAction( _
   ByVal args As DragEventArgs, _
   ByVal moveAction As MoveType _
) 
Dim args As DragEventArgs
Dim moveAction As MoveType
 
DragEventExtensions.SetMoveAction(args, moveAction)
[ExtensionAttribute()]
public static void SetMoveAction( 
   DragEventArgs args,
   MoveType moveAction
)
[ExtensionAttribute()]
public:
static void SetMoveAction( 
   DragEventArgs^ args,
   MoveType moveAction
) 

Parameters

args
DragEventArgs
moveAction
Move action.
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

DragEventExtensions Class
DragEventExtensions Members

Send Feedback