←Select platform

IsCommandRegistered Method

Summary

Checks whether a command is created and registered with the given feature.

Syntax

C#
VB
C++
public virtual bool IsCommandRegistered( 
   string featureId 
) 
  
Public Overridable Function IsCommandRegistered( _ 
   ByVal featureId As String _ 
) As Boolean 
public: 
virtual bool IsCommandRegistered(  
   String^ featureId 
)  

Parameters

featureId
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; false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly