Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

Allowed Property

Show in webframe
Gets or sets a value that indicates whether the current operation is allowed.
Syntax
get_allowed();
set_allowed(value);
Object.defineProperty('allowed');

Property Value

TypeDescription
booleantrue 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.

See Also

Reference

AnnDragDropEventArgs Object
AnnDragDropEventArgs Members

Error processing SSI file