LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SelectedAutoWindowLevelShortcut Property (ModalitySettingsDialog)

Show in webframe






Gets or sets the selected AutoWindow Level shortcut key.
Syntax
public Keys SelectedAutoWindowLevelShortcut {get; set;}
'Declaration
 
Public Property SelectedAutoWindowLevelShortcut As Keys
'Usage
 
Dim instance As ModalitySettingsDialog
Dim value As Keys
 
instance.SelectedAutoWindowLevelShortcut = value
 
value = instance.SelectedAutoWindowLevelShortcut

            

            
public: __property Keys get_SelectedAutoWindowLevelShortcut();
public: __property void set_SelectedAutoWindowLevelShortcut( 
   Keys value
);
public:
property Keys SelectedAutoWindowLevelShortcut {
   Keys get();
   void set (    Keys value);
}

Property Value

The System.Windows.Forms.Keys that is the selected AutoWindow Level shortcut key.
Requirements

Target Platforms

See Also

Reference

ModalitySettingsDialog Class
ModalitySettingsDialog Members

 

 


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