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

Enabled Property (Viewer3DOptions)







Gets or sets a flag to enable or disable all the 3D options.
Syntax
public bool Enabled {get; set;}
'Declaration
 
Public Property Enabled As Boolean
'Usage
 
Dim instance As Viewer3DOptions
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public bool Enabled {get; set;}
 get_Enabled();
set_Enabled(value);
public: __property bool get_Enabled();
public: __property void set_Enabled( 
   bool value
);
public:
property bool Enabled {
   bool get();
   void set (    bool value);
}

Property Value

Type: System.Boolean True to enable the 3D options; Otherwise, false.
Remarks

If this flag is set to false no 3D features will be supported by the WorkstationViewer.

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

Viewer3DOptions Class
Viewer3DOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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