←Select platform

AutomationControl Property

Summary

Automation control.

Syntax

C#
VB
C++
public IAnnAutomationControl AutomationControl { get; set; } 
Public Property AutomationControl() As IAnnAutomationControl 
   Get 
   Set 
public:  
   property IAnnAutomationControl^ AutomationControl 
   { 
      IAnnAutomationControl^ get() 
      void set(IAnnAutomationControl^ value) 
   } 

Property Value

The current automation control used by this mode.

Remarks

The DocumentViewer will create an internal instance of an object that implements IAnnAutomationControl for handling the automation of the annotations containers for ImageViewer and set it in the AutomationControl property when annotation is supported.

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.Documents.UI.WinForms Assembly