Determines whether the specified action has been added to the container (using the AddAction method).
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
)
actionType
The action.
true if the action is added; otherwise, false.
To add an action to the image viewer control, call AddAction.
For more information, refer to Applying Actions.
For an example, refer to Leadtools.MedicalViewer.MedicalViewer().
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET