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

PresetShortcut Property (WindowLevelInformationDialog)







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 Keys PresetShortcut {get; set;}
 get_PresetShortcut();
set_PresetShortcut(value);
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: 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

WindowLevelInformationDialog Class
WindowLevelInformationDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

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