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




actionType
The specified action which is having its keystroke combination retrieved.
Gets the keystroke combination for the specified action.

Syntax

Visual Basic (Declaration) 
Public Function GetActionKeys( _
   ByVal actionType As MedicalViewerActionType _
) As MedicalViewerKeys
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewer
Dim actionType As MedicalViewerActionType
Dim value As MedicalViewerKeys
 
value = instance.GetActionKeys(actionType)
C# 
public MedicalViewerKeys GetActionKeys( 
   MedicalViewerActionType actionType
)
Managed Extensions for C++ 
public: MedicalViewerKeys* GetActionKeys( 
   MedicalViewerActionType actionType
) 
C++/CLI 
public:
MedicalViewerKeys^ GetActionKeys( 
   MedicalViewerActionType actionType
) 

Parameters

actionType
The specified action which is having its keystroke combination retrieved.

Return Value

A MedicalViewerKeys that contains the retrieved keystrokes combintation.

Example

For an example, refer to #ctor

Remarks

  • To set the keystroke combination for a specific action, call SetActionKeys

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