IsCommandRegistered Method

Summary
Checks whether a command is created and registered with the given feature.
Syntax
C#
VB
C++
public bool IsCommandRegistered( 
   string feature 
) 
  
Function IsCommandRegistered( _ 
   ByVal feature As String _ 
) As Boolean 
bool IsCommandRegistered(  
   String^ feature 
)  

Parameters

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

Return Value

true if a command is created and registerd with the given feature; otherwise; it is 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.