Leadtools.Annotations Namespace > IAnnAutomationControl Interface : AutomationControl Property |
Control AutomationControl {get;}
'Declaration ReadOnly Property AutomationControl As Control
'Usage Dim instance As IAnnAutomationControl Dim value As Control value = instance.AutomationControl
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.