Assigns the action to a specific mouse button.
public virtual void SetAction(
MedicalViewerActionType actionType,
MedicalViewerMouseButtons mouseButton,
MedicalViewerActionFlags applyingOperation
)
Public Overridable Sub SetAction( _
ByVal actionType As Leadtools.Medicalviewer.MedicalViewerActionType, _
ByVal mouseButton As Leadtools.Medicalviewer.MedicalViewerMouseButtons, _
ByVal applyingOperation As Leadtools.Medicalviewer.MedicalViewerActionFlags _
)
public:
virtual void SetAction(
Leadtools.Medicalviewer.MedicalViewerActionType actionType,
Leadtools.Medicalviewer.MedicalViewerMouseButtons mouseButton,
Leadtools.Medicalviewer.MedicalViewerActionFlags applyingOperation
)
actionType
The action to be assigned.
mouseButton
The Mouse event to be associated with the specified action.
applyingOperation
Indicates the cells that the action is applied to and when the action is applied.
For more information, refer to Applying Actions and Creating a Bitmap Region.
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