LEADTOOLS Annotations (Leadtools.Annotations assembly)

AutomationControl Property (IAnnAutomationControl)

Show in webframe





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

 

 


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