LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

CanModifyWindowLevelPreset Property

Show in webframe






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: __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

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


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