LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Shortcut Property

Show in webframe






Gets or sets the System.Windows.Forms.Keys enumeration value that is the shortcut for the WindowLevelInformation object.
Syntax
public Keys Shortcut {get; set;}
'Declaration
 
Public Property Shortcut As Keys
'Usage
 
Dim instance As WindowLevelInformation
Dim value As Keys
 
instance.Shortcut = value
 
value = instance.Shortcut

            

            
public: __property Keys get_Shortcut();
public: __property void set_Shortcut( 
   Keys value
);
public:
property Keys Shortcut {
   Keys get();
   void set (    Keys value);
}

Property Value

The System.Windows.Forms.Keys value that represents the shortcut key for this WindowLevelInformation object.
Requirements

Target Platforms

See Also

Reference

WindowLevelInformation Class
WindowLevelInformation Members

 

 


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