←Select platform

EndDrawWhenLostFocus Property

Summary
Gets or sets a value indicating whether any designers in an AnnAutomation are automatically canceled when the automation loses focus.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool EndDrawWhenLostFocus { get; set; } 
@property (nonatomic, assign) BOOL endDrawWhenLostFocus; 
public boolean getCancelInactiveDesigners() 
public void setCancelInactiveDesigners(boolean cancelInactiveDesigners) 
public:  
   property bool EndDrawWhenLostFocus 
   { 
      bool get() 
      void set(bool value) 
   } 
EndDrawWhenLostFocus # get and set (AnnAutomationManager) 

Property Value

true to automatically cancel all designers in an AnnAutomation when the automation loses focus; otherwise, it is false. The default value is true.

Remarks

When multiple AnnAutomation objects are used in the automation, use the AnnAutomation.Active property to set one of the automations as the active one. The active automation will then process all of the mouse, touch and keyboard events. The rest of the automations are in an inactive state and will not process any events.

When an automation becomes inactive, it can have designers that are still running (for example, an edit designer selecting an object). By setting the value of CancelInactiveDesigners to true, you can cancel (or abort) all the designers in an inactive automation. This has the effect of causing all currently selected objects in the inactive automation to become de-selected.

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.