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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly