Leadtools.Windows.Annotations Namespace > AnnAutomation Class : Active Property |
public bool Active {get; set;}
'Declaration Public Property Active As Boolean
'Usage Dim instance As AnnAutomation Dim value As Boolean instance.Active = value value = instance.Active
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 initilization. No further changes are necessary.
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.
For C#/VB examples, refer to AnnAutomationManager.