Intersoft ClientUI Documentation
Canceled Property



Gets whether the drag operation for a UXThumb was canceled by a call to the CancelDrag method.
Syntax
Public ReadOnly Property Canceled As Boolean
Dim instance As DragCompletedEventArgs
Dim value As Boolean
 
value = instance.Canceled
public bool Canceled {get;}
public:
property bool Canceled {
   bool get();
}
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

DragCompletedEventArgs Class
DragCompletedEventArgs Members

Send Feedback