LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SelectedAutoWindowLevelShortcut Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > ModalitySettingsDialog Class : SelectedAutoWindowLevelShortcut Property




Gets or sets the selected AutoWindow Level shortcut key.

Syntax

Visual Basic (Declaration) 
Public Property SelectedAutoWindowLevelShortcut As Keys
Visual Basic (Usage)Copy Code
Dim instance As ModalitySettingsDialog
Dim value As Keys
 
instance.SelectedAutoWindowLevelShortcut = value
 
value = instance.SelectedAutoWindowLevelShortcut
C# 
public Keys SelectedAutoWindowLevelShortcut {get; set;}
Managed Extensions for C++ 
public: __property Keys get_SelectedAutoWindowLevelShortcut();
public: __property void set_SelectedAutoWindowLevelShortcut( 
   Keys value
);
C++/CLI 
public:
property Keys SelectedAutoWindowLevelShortcut {
   Keys get();
   void set (    Keys value);
}

Property Value

The System.Windows.Forms.Keys that is the selected AutoWindow Level shortcut key.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also