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

Supported Property







Gets or sets a value to disable the feature associated with the command to be executed.
Syntax
public bool Supported {get; set;}
'Declaration
 
Public Property Supported As Boolean
'Usage
 
Dim instance As WorkstationCommand
Dim value As Boolean
 
instance.Supported = value
 
value = instance.Supported
public bool Supported {get; set;}
 get_Supported();
set_Supported(value);
public: __property bool get_Supported();
public: __property void set_Supported( 
   bool value
);
public:
property bool Supported {
   bool get();
   void set (    bool value);
}

Property Value

true to allow the feature associated with the command to execute; otherwise, it is 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

WorkstationCommand Class
WorkstationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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