allowed Property

Summary

Gets or sets a value that indicates whether the current operation is allowed.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnDragDropEventArgs.prototype, 'allowed', 
	get: function(), 
	set: function(value) 
) 
allowed: boolean; 

Property Value

true if the current operation is allowed, false otherwise.

Remarks

The default behavior is to set Allowed to true unless the value of TargetContainer is null. The automation fires the SetCursor event when the value of Allowed changes to allow applications to show a IU indication of the current drag and drop status.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly