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

CanModifyWindowLevelPreset Property







Determines whether the PresetToolStripMenuItem will be displayed
Syntax
public bool CanModifyWindowLevelPreset {get; set;}
'Declaration
 
Public Property CanModifyWindowLevelPreset As Boolean
'Usage
 
Dim instance As WorkstationViewer
Dim value As Boolean
 
instance.CanModifyWindowLevelPreset = value
 
value = instance.CanModifyWindowLevelPreset
public bool CanModifyWindowLevelPreset {get; set;}
 get_CanModifyWindowLevelPreset();
set_CanModifyWindowLevelPreset(value);
public: __property bool get_CanModifyWindowLevelPreset();
public: __property void set_CanModifyWindowLevelPreset( 
   bool value
);
public:
property bool CanModifyWindowLevelPreset {
   bool get();
   void set (    bool value);
}

Property Value

True to display the PresetToolStripMenuItem; Otherwise, false.
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

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

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