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




Gets or sets the System.Windows.Forms.Keys enumeration value that is the shortcut for the WindowLevelInformation object.

Syntax

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

Property Value

The System.Windows.Forms.Keys value that represents the shortcut key for this WindowLevelInformation object.

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