IsValidForAction(MedicalViewerActionType,MedicalViewerMouseButtons) Method

Summary
Determines whether the specified mouse button can be assigned to the specified action.
Syntax
C#
C++/CLI
            public: 
virtual bool IsValidForAction(  
   MedicalViewerActionType actionType, 
   MedicalViewerMouseButtons mouseButton 
)  

Parameters

actionType
The type of action being tested.

mouseButton
The mouse button that will be checked.

Return Value

true if the mouse button can be assigned to the action; otherwise, false.

Remarks

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. This is because the mouse button is not valid for this action. If the same values are passed as parameters to the IsValidForAction method, the method returns false, indicating that the mouse button cannot be used.

Requirements

Target Platforms

Help Version 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.