LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
AllowedShortcutKeys Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > WindowLevelInformationDialog Class : AllowedShortcutKeys Property




Gets or sets the allowed short cut keys.

Syntax

Visual Basic (Declaration) 
Public Property AllowedShortcutKeys As Keys()
Visual Basic (Usage)Copy Code
Dim instance As WindowLevelInformationDialog
Dim value() As Keys
 
instance.AllowedShortcutKeys = value
 
value = instance.AllowedShortcutKeys
C# 
public Keys[] AllowedShortcutKeys {get; set;}
Managed Extensions for C++ 
public: __property Keys[]* get_AllowedShortcutKeys();
public: __property void set_AllowedShortcutKeys( 
   Keys[]* value
);
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also