LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

PresetShortcut Property (WindowLevelInformationDialog)

Show in webframe






Gets or sets the preset shortcut key.
Syntax
public Keys PresetShortcut {get; set;}
'Declaration
 
Public Property PresetShortcut As Keys
'Usage
 
Dim instance As WindowLevelInformationDialog
Dim value As Keys
 
instance.PresetShortcut = value
 
value = instance.PresetShortcut

            

            
public: __property Keys get_PresetShortcut();
public: __property void set_PresetShortcut( 
   Keys value
);
public:
property Keys PresetShortcut {
   Keys get();
   void set (    Keys value);
}

Property Value

The System.Windows.Forms.Keys for the preset shortcut
Requirements

Target Platforms

See Also

Reference

WindowLevelInformationDialog Class
WindowLevelInformationDialog Members

 

 


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