setCommand Method

Summary

Activates or runs command assigned to the specified

commandID**.

Syntax

JavaScript Syntax
Cell.prototype.setCommand = function( 
   commandID, 
   command 
) 
TypeScript Syntax
setCommand( 
   commandID: number, 
   command: ActionCommand 
): void; 

Parameters

commandID

ID of the command to assign.

command

The assigned command.

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.Controls.Medical Assembly