RemoveAction Method

Summary

Removes the specified action from the medical viewer.

Syntax
C#
VB
C++
public virtual void RemoveAction( 
   MedicalViewerActionType actionType 
) 
  
Public Overridable Sub RemoveAction( _ 
   ByVal actionType As MedicalViewerActionType _ 
)  
            public: 
virtual void RemoveAction(  
   MedicalViewerActionType actionType 
)  

Parameters

actionType
The action to be removed.

Remarks

When an action is removed from a container, all properties, mouse buttons, and keystroke combinations are also removed.

Example

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

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly