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

AutoWindowLevelShortcut Property







Gets or sets the key that is used as a shortcut for AutoWindowLevel.
Syntax
public Keys AutoWindowLevelShortcut {get; set;}
'Declaration
 
Public Property AutoWindowLevelShortcut As Keys
'Usage
 
Dim instance As ModalityOptions
Dim value As Keys
 
instance.AutoWindowLevelShortcut = value
 
value = instance.AutoWindowLevelShortcut
public Keys AutoWindowLevelShortcut {get; set;}
 get_AutoWindowLevelShortcut();
set_AutoWindowLevelShortcut(value);
public: __property Keys get_AutoWindowLevelShortcut();
public: __property void set_AutoWindowLevelShortcut( 
   Keys value
);
public:
property Keys AutoWindowLevelShortcut {
   Keys get();
   void set (    Keys value);
}

Property Value

The System.Windows.Forms.Keys value that represents the shortcut for the AutoWindowLevel. The default key is F2.
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

ModalityOptions Class
ModalityOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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