←Select platform

AutomationControl Property

Summary

Gets the System.Windows.Forms.Control to use for automation.

Syntax

C#
VB
C++
public Control AutomationControl { get; } 
  
ReadOnly Property AutomationControl As Control 
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 VB). 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly