RegisterCommand(string,ICommand) Method

Summary
Registers a command with a feature.
Syntax
C#
VB
C++
public void RegisterCommand( 
   string featureId, 
   ICommand command 
) 
  
Overloads Sub RegisterCommand( _ 
   ByVal featureId As String, _ 
   ByVal command As ICommand _ 
)  
void RegisterCommand(  
   String^ featureId, 
   ICommand^ command 
)  

Parameters

featureId
The feature that the command will be registered with.

command
The Leadtools.Medical.Workstation.Commands.ICommand to be registered with the feature.

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.