Gets or sets the allowed short cut keys.
            
            
            
            
            
            
            
            public Keys[] AllowedShortcutKeys {get; set;}
             
        
            
            'Declaration
 
Public Property AllowedShortcutKeys As Keys()
             
        
            
            'Usage
 
Dim instance As WindowLevelInformationDialog
Dim value() As Keys
 
instance.AllowedShortcutKeys = value
 
value = instance.AllowedShortcutKeys
             
        
            
        
            
        
            
            public: __property array<Keys>^ get_AllowedShortcutKeys();
public: __property void set_AllowedShortcutKeys( 
   Keys[]* value
);
             
        
            
            public:
property array<Keys>^ AllowedShortcutKeys {
   array<Keys>^ get();
   void set (    array<Keys>^ value);
}
             
        
             
        
            
            
            Property Value
An array of 
System.Windows.Forms.Keys that are allowed as shortcut keys.