LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

AllowedShortcutKeys Property (WindowLevelInformationDialog)







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 Keys[] AllowedShortcutKeys {get; set;}
 get_AllowedShortcutKeys();
set_AllowedShortcutKeys(value);
public: __property Keys[]* get_AllowedShortcutKeys();
public: __property void set_AllowedShortcutKeys( 
   Keys[]* value
);
public:
property Keys[]* AllowedShortcutKeys {
   Keys[]* get();
   void set (    Keys[]* value);
}

Property Value

An array of System.Windows.Forms.Keys that are allowed as shortcut keys.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WindowLevelInformationDialog Class
WindowLevelInformationDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.