A method that is used to determine whether the action
public override bool CanExecuteAction(
MedicalViewerActionType actionType
)
Public Overrides Function CanExecuteAction( _
ByVal actionType As Leadtools.Medicalviewer.MedicalViewerActionType _
) As Boolean
public:
bool CanExecuteAction(
Leadtools.Medicalviewer.MedicalViewerActionType actionType
) override
actionType
Leadtools.MedicalViewer.MedicalViewerActionTypethat represents the action which will be tested if it can be executed in the Medical3DControl
Currently that action that can be executed in the Medical3DControl are:
To enable the Action, use the Leadtools.MedicalViewer.MedicalViewerBaseCell.AddAction(leadtools.medicalviewer.medicalvieweractiontype) method to add the action to the Medical3DControl. Then use the Leadtools.MedicalViewer.MedicalViewerBaseCell.SetAction(leadtools.medicalviewer.medicalvieweractiontype,leadtools.medicalviewer.medicalviewermousebuttons,leadtools.medicalviewer.medicalvieweractionflags) to associate the action with a mouse button.
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