LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
PresetShortcut Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > WindowLevelInformationDialog Class : PresetShortcut Property




Gets or sets the preset shortcut key.

Syntax

Visual Basic (Declaration) 
Public Property PresetShortcut As Keys
Visual Basic (Usage)Copy Code
Dim instance As WindowLevelInformationDialog
Dim value As Keys
 
instance.PresetShortcut = value
 
value = instance.PresetShortcut
C# 
public Keys PresetShortcut {get; set;}
Managed Extensions for C++ 
public: __property Keys get_PresetShortcut();
public: __property void set_PresetShortcut( 
   Keys value
);
C++/CLI 
public:
property Keys PresetShortcut {
   Keys get();
   void set (    Keys value);
}

Property Value

The System.Windows.Forms.Keys for the preset shortcut

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also