AddAction Method

Summary
Adds a new action to the medical viewer.
Syntax
C#
VB
C++
public virtual void AddAction( 
   MedicalViewerActionType actionType 
) 
  
Public Overridable Sub AddAction( _ 
   ByVal actionType As MedicalViewerActionType _ 
)  
            public: 
virtual void AddAction(  
   MedicalViewerActionType actionType 
)  

Parameters

actionType
The action to be added.

Remarks

Actions include user-defined actions. To use a user-defined action, cast the user-defined action ID into the actionType parameter.

For more information, refer to Applying Actions, and Creating a Bitmap Region.

Example

For an example, refer to Leadtools.MedicalViewer.MedicalViewer().

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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