GetActionButton Method

Summary

Retrieves the mouse button associated with the specified action.

Syntax
C#
VB
C++
  
Public Overridable Function GetActionButton( _ 
   ByVal actionType As MedicalViewerActionType _ 
) As MedicalViewerMouseButtons 
            public: 
virtual MedicalViewerMouseButtons GetActionButton(  
   MedicalViewerActionType actionType 
)  

Parameters

actionType
The action for which the mouse button information is being obtained.

Return Value

MedicalViewerMouseButtons enumeration value that represents the assigned mouse button.

Remarks

To assign a mouse button to a specific action, call the SetAction method. For more information, refer to Applying Actions.

Example

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

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly