(Leadtools.Annotations.Automation)

Active Property

Show in webframe




Gets or sets a value indicating whether this AnnAutomation is active.
Syntax
public virtual bool Active {get; set;}
public virtual bool Active {get; set;}
@property (nonatomic) BOOL active;
public boolean getActive()
public void setActive(boolean active)
            
 
get_Active();
set_Active(value);
Object.defineProperty('Active');

Property Value

true if this AnnAutomation is active; otherwise, it is false.
Remarks

The collection of AnnAutomation objects inside a AnnAutomationManager should have one AnnAutomation object active at any time. The active AnnAutomation object is the object to which all user interface actions are directed.

If the automated annotation application has only one AnnAutomation object, it should set the Active property of this AnnAutomation to true upon initialization. Otherwise, set the Active property of the active AnnAutomation to true.

If the automated annotation application has more than one AnnAutomation, it should set the Active property of the AnnAutomation attached to the currently active form to true.

Setting the Active value of one AnnAutomation in the AnnAutomationManager.Automations property to true, will cause the Active property of all other AnnAutomation objects inside this collection to be set to false.

Example

For an example, refer to AnnAutomationManager.FindObjectById.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.