IsFeatureExecutable Method

Summary
Checks whether a command is registered with a given feature and can be executed.
Syntax
C#
VB
C++
public virtual bool IsFeatureExecutable( 
   string featureId 
) 
  
Public Overridable Function IsFeatureExecutable( _ 
   ByVal featureId As String _ 
) As Boolean 
public: 
virtual 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; false.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.