Gets the platform-specific callbacks for this automation manager.
public static AnnPlatformCallbacks PlatformCallbacks { get; }
Public Shared ReadOnly Property PlatformCallbacks As Leadtools.Annotations.Automation.AnnPlatformCallbacks
public static Leadtools.Annotations.Automation.AnnPlatformCallbacks PlatformCallbacks {get;}
public static AnnPlatformCallbacks getPlatformCallbacks()
get_PlatformCallbacks();
public:
static property AnnPlatformCallbacks^ PlatformCallbacks
{
AnnPlatformCallbacks^ get()
}
The platform-specific callbacks for this automation manager.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET