createInteractiveMode Method

Summary

Similar to a virtual method, createInteractiveMode() is defined locally on a derived type to set up a new interactive mode.

Syntax

TypeScript
JavaScript
InteractiveAction.prototype.createInteractiveMode = function() 
   createInteractiveMode(): lt.Controls.ImageViewerInteractiveMode;  // protected 

Return Value

Returns lt.Controls.ImageViewerInteractiveMode // protected.

Remarks

Classes that inherit from an InteractiveAction must define an interactive mode by the body of this function. Whenever an InteractiveAction is instantiated, the createInteractiveMode() method is called.

Requirements

Target Platforms

See Also

InteractiveAction

InteractiveAction Members

Leadtools.Controls.Medical Namespace

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

Leadtools.Controls.Medical Assembly

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