Leadtools.MedicalViewer Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
SetAction Method
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewer Class : SetAction Method




actionType
The action to be assigned
mouseButton
The Mouse event to be associated with the specified action.
applyingOperation
Indicates the cells to which the action is applied and when the action is applied.
Assigns the action to a specific mouse button.

Syntax

Visual Basic (Declaration) 
Public Sub SetAction( _
   ByVal actionType As MedicalViewerActionType, _
   ByVal mouseButton As MedicalViewerMouseButtons, _
   ByVal applyingOperation As MedicalViewerActionFlags _
) 
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewer
Dim actionType As MedicalViewerActionType
Dim mouseButton As MedicalViewerMouseButtons
Dim applyingOperation As MedicalViewerActionFlags
 
instance.SetAction(actionType, mouseButton, applyingOperation)
Managed Extensions for C++ 
public: void SetAction( 
   MedicalViewerActionType actionType,
   MedicalViewerMouseButtons mouseButton,
   MedicalViewerActionFlags applyingOperation
) 

Parameters

actionType
The action to be assigned
mouseButton
The Mouse event to be associated with the specified action.
applyingOperation
Indicates the cells to which the action is applied and when the action is applied.

Example

For an example, refer to #ctor

Remarks

  • An action must be added to a container before it can be assigned to a mouse button. To add an action to a container call AddAction
  • If an action is set to a mouse button that is already used by another action, the new action will overwrite the old one.
  • Verify that the mouse button can be assigned to the specified action before assigning the button. Do this by calling the IsValidForAction 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. If the same values are passed as parameters to the method IsValidForAction, the method will return false, indicating that the mouse button cannot be used.
  • Actions can also be associated with keystroke combinations. To assign an action to a keystroke combination, call SetActionKeys.

For more information, refer to Applying Actions and Creating a Bitmap Region.

Requirements

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

See Also

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