LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AutoWindowLevelShortcut Property

Show in webframe






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: __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

See Also

Reference

ModalityOptions Class
ModalityOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.