Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

AutomationControl Property (IAnnAutomationControl)






Gets the System.Windows.Forms.Control to use for automation.
Syntax
Control AutomationControl {get;}
'Declaration
 
ReadOnly Property AutomationControl As Control
'Usage
 
Dim instance As IAnnAutomationControl
Dim value As Control
 
value = instance.AutomationControl

            

            
property Control^ AutomationControl {
   Control^ get();
}

Property Value

A System.Windows.Forms.Control object indicating the control to use for automation.
Remarks

The System.Windows.Forms.Control to use for automation. This value cannot be a null reference (Nothing in Visual Basic). The automation object will use this value to add/remove child controls, invalidate its surface and use it many other ways.

Example
For an example, refer to IAnnAutomationControl.
Requirements

Target Platforms

See Also

Reference

IAnnAutomationControl Interface
IAnnAutomationControl Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)