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 Namespace > WindowLevelInformationArgumentData Class : AllowedShortcuts Property |
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 array<Keys>^ AllowedShortcuts { array<Keys>^ get(); void set ( array<Keys>^ value); }