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

PresetShortcut Property (IWindowLevelInformationView)







Gets or sets the preset shortcut key.
Syntax
Keys PresetShortcut {get; set;}
'Declaration
 
Property PresetShortcut As Keys
'Usage
 
Dim instance As IWindowLevelInformationView
Dim value As Keys
 
instance.PresetShortcut = value
 
value = instance.PresetShortcut
Keys PresetShortcut {get; set;}
get_PresetShortcut();
set_PresetShortcut(value);
__property Keys get_PresetShortcut();
__property void set_PresetShortcut( 
   Keys value
);
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

IWindowLevelInformationView Interface
IWindowLevelInformationView Members

 

 


Products | Support | Contact Us | Copyright Notices

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