LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ShortcutKeys Property

Show in webframe






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: __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

See Also

Reference

WorkstationMenuProperties Class
WorkstationMenuProperties Members

 

 


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