LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Shortcut Property







Gets or sets the System.Windows.Forms.Keys enumeration value that is the shortcut for the WindowLevelInformation object.
Syntax
public Keys Shortcut {get; set;}
'Declaration
 
Public Property Shortcut As Keys
'Usage
 
Dim instance As WindowLevelInformation
Dim value As Keys
 
instance.Shortcut = value
 
value = instance.Shortcut
public Keys Shortcut {get; set;}
 get_Shortcut();
set_Shortcut(value);
public: __property Keys get_Shortcut();
public: __property void set_Shortcut( 
   Keys value
);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WindowLevelInformation Class
WindowLevelInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.