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






Gets a value that indicates whether the current drag operation is moving item to another panel.

Syntax

Visual Basic (Declaration) 
Public Function IsMove() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DragDropBehavior
Dim value As Boolean
 
value = instance.IsMove()
C# 
public bool IsMove()
Delphi 
public function IsMove(): Boolean; 
JScript 
public function IsMove() : boolean;
Managed Extensions for C++ 
public: bool IsMove(); 
C++/CLI 
public:
bool IsMove(); 

Return Value

a value that indicates whether the current drag operation is moving item to another panel.

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.