C#
VB
C++
A method that is used to determine whether the action actionType can be executed in the Medical Viewer Cell.
public virtual bool CanExecuteAction(
MedicalViewerActionType actionType
)
Public Overridable Function CanExecuteAction( _
ByVal actionType As Leadtools.Medicalviewer.MedicalViewerActionType _
) As Boolean
public:
virtual bool CanExecuteAction(
Leadtools.Medicalviewer.MedicalViewerActionType actionType
)
actionType
MedicalViewerActionTypethat represents the action which will be tested if it can be executed in the Medical Viewer Cell.
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