Gets or sets the allowed shortcuts to be assigned for window level presets.
public Keys[] AllowedShortcuts {get; set;}
'Declaration
Public Property AllowedShortcuts As Keys()
'Usage
Dim instance As WindowLevelInformationArgumentData
Dim value() As Keys
instance.AllowedShortcuts = value
value = instance.AllowedShortcuts
public: __property Keys[]* get_AllowedShortcuts();
public: __property void set_AllowedShortcuts(
Keys[]* value
);
public:
property Keys[]* AllowedShortcuts {
Keys[]* get();
void set ( Keys[]* value);
}
Property Value
The allowed shortcuts to be assigned for window level presets.