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

ShortcutKeys Property







Gets or sets the shortcut key for the System.Windows.Forms.ToolStripMenuItem.
Syntax
public virtual Keys ShortcutKeys {get; set;}
'Declaration
 
Public Overridable Property ShortcutKeys As Keys
'Usage
 
Dim instance As WorkstationMenuProperties
Dim value As Keys
 
instance.ShortcutKeys = value
 
value = instance.ShortcutKeys
public virtual Keys ShortcutKeys {get; set;}
 get_ShortcutKeys();
set_ShortcutKeys(value);
public: __property virtual Keys get_ShortcutKeys();
public: __property virtual void set_ShortcutKeys( 
   Keys value
);
public:
virtual property Keys ShortcutKeys {
   Keys get();
   void set (    Keys value);
}

Property Value

The shortcut System.Windows.Forms.Keys for the System.Windows.Forms.ToolStripMenuItem.
Remarks

Note that some types of System.Windows.Forms.ToolStripMenuItem don't have this feature in the .NET Framework like the System.Windows.Forms.ToolStripButton

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

WorkstationMenuProperties Class
WorkstationMenuProperties Members

 

 


Products | Support | Contact Us | Copyright Notices

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