getCommandInteractiveMode Method

Summary

Returns the command interactive mode with the id value

commandID**.

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

Parameters

commandID

id of the command.

Return Value

Object that represents the command interactive mode with the id value commandID.

Remarks

To get the command action, refer to GetCommand.

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

Leadtools.Controls.Medical Assembly