←Select platform

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

Leadtools.MedicalViewer Assembly