Intersoft ClientUI Documentation
SetCancel Method (QueryDropStateEventExtentions)



DragEventArgs
Cancel
Sets the cancel value.
Syntax
<ExtensionAttribute()>
Public Shared Sub SetCancel( _
   ByVal args As QueryDropStateEventArgs, _
   ByVal cancel As Boolean _
) 
Dim args As QueryDropStateEventArgs
Dim cancel As Boolean
 
QueryDropStateEventExtentions.SetCancel(args, cancel)
[ExtensionAttribute()]
public static void SetCancel( 
   QueryDropStateEventArgs args,
   bool cancel
)
[ExtensionAttribute()]
public:
static void SetCancel( 
   QueryDropStateEventArgs^ args,
   bool cancel
) 

Parameters

args
DragEventArgs
cancel
Cancel
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

QueryDropStateEventExtentions Class
QueryDropStateEventExtentions Members

Send Feedback