Gets or sets the selected AutoWindow Level shortcut key.
            
            
            
            
            
            
            
            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.