LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

RegisterCommand(String,ICommand) Method

Show in webframe






The feature that the command will be registered with.
The Leadtools.Medical.Workstation.Commands.ICommand to be registered with the feature.
Registers a command with a feature.
Syntax
void RegisterCommand( 
   string featureId,
   ICommand command
)
'Declaration
 
Overloads Sub RegisterCommand( _
   ByVal featureId As String, _
   ByVal command As ICommand _
) 
'Usage
 
Dim instance As IWorkstationFeaturesCommandFactory
Dim featureId As String
Dim command As ICommand
 
instance.RegisterCommand(featureId, command)

            

            
void RegisterCommand( 
   string* featureId,
   ICommand* command
) 
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

See Also

Reference

IWorkstationFeaturesCommandFactory Interface
IWorkstationFeaturesCommandFactory Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.