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

EnableStatusStripUpdate Property







Gets or sets a value to enable or disable the automatic updates to the viewer Status Strip (statistical information, messages, mouse actions...)
Syntax
public bool EnableStatusStripUpdate {get; set;}
'Declaration
 
Public Property EnableStatusStripUpdate As Boolean
'Usage
 
Dim instance As WorkstationViewer
Dim value As Boolean
 
instance.EnableStatusStripUpdate = value
 
value = instance.EnableStatusStripUpdate
public bool EnableStatusStripUpdate {get; set;}
 get_EnableStatusStripUpdate();
set_EnableStatusStripUpdate(value);
public: __property bool get_EnableStatusStripUpdate();
public: __property void set_EnableStatusStripUpdate( 
   bool value
);
public:
property bool EnableStatusStripUpdate {
   bool get();
   void set (    bool value);
}

Property Value

true to enable the automatic updates to the viewer Status Strip. Otherwise; false. The default is true.
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.