←Select platform

PlatformCallbacks Property

Summary
Gets the platform-specific callbacks for this automation manager.
Syntax
C#
C++/CLI
Java
Python
public static AnnPlatformCallbacks PlatformCallbacks { get; } 
public static AnnPlatformCallbacks getPlatformCallbacks() 
public:  
   static property AnnPlatformCallbacks^ PlatformCallbacks 
   { 
      AnnPlatformCallbacks^ get() 
   } 
PlatformCallbacks # get  (AnnAutomationManager) 

Property Value

The platform-specific callbacks for this automation manager.

Remarks

Many operations such as determining the keyboard state and copying/pasting annotation objects from the clipboard are platform-specific. The automation manager helper for the platform will set the platform-specific callbacks into the automation manager. Thereafter, the AnnAutomation objects of this manager will use these callbacks to perform the operation.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.