getCommand Method

Summary

Returns the command with the id value

commandID**.

Syntax

JavaScript Syntax
Cell.prototype.getCommand = function( 
   commandID 
) 
TypeScript Syntax
getCommand( 
   commandID: number 
): any; 

Parameters

commandID

id of the command.

Return Value

Object that represents the command with the id value commandID.

Remarks

The id is assigned to a specific command when it is first set using SetCommand.

In order to activate the action, you need to assign it using SetCommand, then run the command using RunCommand.

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