LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Supported Property

Show in webframe






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

See Also

Reference

WorkstationCommand Class
WorkstationCommand Members

 

 


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