Determines whether the specified operation can be applied to the specified action.
public virtual bool IsValidForAction(
MedicalViewerActionType actionType,
MedicalViewerActionFlags applyingOperation
)
Public Overloads Overridable Function IsValidForAction( _
ByVal actionType As Leadtools.Medicalviewer.MedicalViewerActionType, _
ByVal applyingOperation As Leadtools.Medicalviewer.MedicalViewerActionFlags _
) As Boolean
public:
virtual bool IsValidForAction(
Leadtools.Medicalviewer.MedicalViewerActionType actionType,
Leadtools.Medicalviewer.MedicalViewerActionFlags applyingOperation
)
actionType
The action being tested.
applyingOperation
Flags that will be checked.
true if the applying operation is valid to be assigned to the action; otherwise, false.
To avoid exceptions being thrown, call this method to ensure that the mouse button can be assigned to the specified action before calling the SetAction method. For example, if Leadtools.MedicalViewer.MedicalViewerMouseButtons.Wheel is passed to the mouseButton parameter and MedicalViewerActionType.MagnifyGlass to the actionType parameter, the method will throw an exception. If the same values are passed as parameters to the IsValidForAction method, the method returns false, indicating that the mouse button cannot be used.
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