LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AllowedShortcutKeys Property (WindowLevelInformationDialog)

Show in webframe






Gets or sets the allowed short cut keys.
Syntax
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.
Requirements

Target Platforms

See Also

Reference

WindowLevelInformationDialog Class
WindowLevelInformationDialog Members

 

 


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