←Select platform

Allowed Property

Summary

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

Syntax
C#
VB
C++
Java
public bool Allowed { get; set; } 
Public Property Allowed As Boolean 
public boolean getAllowed() 
public void setAllowed(boolean value) 
public:  
   property bool Allowed 
   { 
      bool get() 
      void set(bool value) 
   } 

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