LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
IsValidForAction(MedicalViewerActionType,MedicalViewerMouseButtons) Method
See Also 
Leadtools.Medical3D Namespace > Medical3DControl Class > IsValidForAction Method : IsValidForAction(MedicalViewerActionType,MedicalViewerMouseButtons) Method



actionType
The type of action being tested.
mouseButton
The mouse button that will be checked.

The IsValidForAction(MedicalViewerActionType,MedicalViewerMouseButtons) Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

actionType
The type of action being tested.
mouseButton
The mouse button that will be checked.
Determines whether the specified mouse button can be assigned to the specified action.

Syntax

Visual Basic (Declaration) 
Overloads Public Overridable Function IsValidForAction( _
   ByVal actionType As MedicalViewerActionType, _
   ByVal mouseButton As MedicalViewerMouseButtons _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Medical3DControl
Dim actionType As MedicalViewerActionType
Dim mouseButton As MedicalViewerMouseButtons
Dim value As Boolean
 
value = instance.IsValidForAction(actionType, mouseButton)
C# 
public virtual bool IsValidForAction( 
   MedicalViewerActionType actionType,
   MedicalViewerMouseButtons mouseButton
)
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.

Example

For an example, refer to Leadtools.MedicalViewer.MedicalViewer().

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 Leadtools.MedicalViewer.MedicalViewerBaseCell.SetAction(Leadtools.MedicalViewer.MedicalViewerActionType,Leadtools.MedicalViewer.MedicalViewerMouseButtons,Leadtools.MedicalViewer.MedicalViewerActionFlags) method. For example, if Leadtools.MedicalViewer.MedicalViewerMouseButtons.Wheel is passed to the mouseButton parameter and Leadtools.MedicalViewer.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 Leadtools.MedicalViewer.MedicalViewerBaseCell.IsValidForAction(Leadtools.MedicalViewer.MedicalViewerActionType,Leadtools.MedicalViewer.MedicalViewerMouseButtons) method, the method returns false, indicating that the mouse button cannot be used.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features