LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

AutomationControl Property (AnnAutomation)






Gets the automation control for this AnnAutomation.
Syntax
public virtual IAnnAutomationControl AutomationControl {get;}
'Declaration
 
Public Overridable ReadOnly Property AutomationControl As IAnnAutomationControl
'Usage
 
Dim instance As AnnAutomation
Dim value As IAnnAutomationControl
 
value = instance.AutomationControl
public virtual IAnnAutomationControl AutomationControl {get;}
 get_AutomationControl(); 
public:
virtual property IAnnAutomationControl^ AutomationControl {
   IAnnAutomationControl^ get();
}

Property Value

The IAnnAutomationControl control for this AnnAutomation
Remarks

If this AnnAutomation was created with an instance of IAnnAutomationControl using the AnnAutomation(AnnAutomationManager, IAnnAutomationControl) method, then this property will return the instance of this IAnnAutomationControl (or the control subsequently attached with Attach).

In the above case, every AnnAutomation has one IAnnAutomationControl control and one AnnContainer object.

Example
For an example, refer to IAnnAutomationControl.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.