The MedicalViewerKeys Class is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Represents the class that is used to set the keys for a specific action.
| Visual Basic (Declaration) | |
|---|---|
Public Class MedicalViewerKeys | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerKeys | |
| C# | |
|---|---|
public class MedicalViewerKeys | |
| C++/CLI | |
|---|---|
public ref class MedicalViewerKeys | |
For an example, refer to MedicalViewer.
- Use this method to set the keyboard keys to be used for a specific action.MedicalViewerCell.SetActionKeys.
- Use this method to retrieve the keyboard keys being used for a specific action.MedicalViewerCell.GetActionKeys.
System.Object
Leadtools.MedicalViewer.MedicalViewerKeys
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code