Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.Interfaces.Views Namespace > IWindowLevelInformationView Interface : AllowedShortcutKeys Property |
Keys[] AllowedShortcutKeys {get; set;}
'Declaration Property AllowedShortcutKeys As Keys()
'Usage Dim instance As IWindowLevelInformationView Dim value() As Keys instance.AllowedShortcutKeys = value value = instance.AllowedShortcutKeys
__property Keys[]* get_AllowedShortcutKeys(); __property void set_AllowedShortcutKeys( Keys[]* value );
property array<Keys>^ AllowedShortcutKeys { array<Keys>^ get(); void set ( array<Keys>^ value); }