LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

IsFeatureExecutable Method (IWorkstationFeaturesCommandFactory)

Show in webframe






A System.String that represents the feature which the command is registered with.
Checks whether a command is registered with a given feature and can be executed.
Syntax
bool IsFeatureExecutable( 
   string featureId
)
'Declaration
 
Function IsFeatureExecutable( _
   ByVal featureId As String _
) As Boolean
'Usage
 
Dim instance As IWorkstationFeaturesCommandFactory
Dim featureId As String
Dim value As Boolean
 
value = instance.IsFeatureExecutable(featureId)

            

            
bool IsFeatureExecutable( 
   string* featureId
) 
bool IsFeatureExecutable( 
   string* featureId
) 

Parameters

featureId
A System.String that represents the feature which the command is registered with.

Return Value

true if a command exists for the given feature and can be executed; otherwise; it is false.
Requirements

Target Platforms

See Also

Reference

IWorkstationFeaturesCommandFactory Interface
IWorkstationFeaturesCommandFactory Members

 

 


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