Overload | Description |
---|---|
IsValidForAction(MedicalViewerActionType,MedicalViewerMouseButtons) | Determines whether the specified mouse button can be assigned to the specified action. |
IsValidForAction(MedicalViewerActionType,MedicalViewerActionFlags) | Determines whether the specified operation can be applied to the specified action. |
IsValidForAction(MedicalViewerActionType,MedicalViewerMouseButtons,MedicalViewerActionFlags) | Determines whether the specified mouse button and applying operation can be set to the specified action. |
For an example, refer to #ctor
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 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family