←Select platform

Allowed Property

Summary
Gets or sets a value that indicates whether the current operation is allowed.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool Allowed { get; set; } 
@property (nonatomic, assign) BOOL allowed; 
public boolean getAllowed() 
public void setAllowed(boolean value) 
public:  
   property bool Allowed 
   { 
      bool get() 
      void set(bool value) 
   } 
Allowed # get and set (AnnDragDropEventArgs) 

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 an IU indication of the current drag and drop status.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.