Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnDragDropEventArgs Class : Allowed Property |
public bool Allowed {get; set;}
'Declaration
Public Property Allowed As Boolean
public bool Allowed {get; set;}
public boolean getAllowed() public void setAllowed(boolean value)
<br/>get_Allowed();<br/>set_Allowed(value);<br/>Object.defineProperty('Allowed');
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.