←Select platform

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 Leadtools.Medicalviewer.MedicalViewerActionType _ 
)  
             
            public: 
virtual void AddAction(  
   Leadtools.Medicalviewer.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly