IsActionAdded Method

Summary

Determines whether the specified action has been added to the container (using the AddAction method).

Syntax
C#
VB
C++
public virtual bool IsActionAdded( 
   MedicalViewerActionType actionType 
) 
  
Public Overridable Function IsActionAdded( _ 
   ByVal actionType As MedicalViewerActionType _ 
) As Boolean 
            public: 
virtual bool IsActionAdded(  
   MedicalViewerActionType actionType 
)  

Parameters

actionType
The action.

Return Value

true if the action is added; otherwise, false.

Remarks

To add an action to the image viewer control, call AddAction.

For more information, refer to Applying Actions.

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