LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AllowedShortcuts Property

Show in webframe






Gets or sets the allowed shortcuts to be assigned for window level presets.
Syntax
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.
Requirements

Target Platforms

See Also

Reference

WindowLevelInformationArgumentData Class
WindowLevelInformationArgumentData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.