←Select platform

Manager Property

Summary

Returns the AnnAutomationManager that this AnnAutomation object belongs to.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual AnnAutomationManager Manager { get; } 
Public Overridable ReadOnly Property Manager As Leadtools.Annotations.Automation.AnnAutomationManager 
@property (nonatomic,retain,readonly) LTAnnAutomationManager* manager; 
public AnnAutomationManager getManager() 
 get_Manager();  
public:  
   virtual property AnnAutomationManager^ Manager 
   { 
      AnnAutomationManager^ get() 
   } 

Property Value

The AnnAutomationManager that this AnnAutomation object belongs to. This is the same value passed to the AnnAutomationManager constructor.

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.Automation Assembly