commands Property

Summary

Gets or sets an an array of commands that is attached to the Cell

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'commands', 
	get: function() 
) 
commands: { [key: number]: ActionCommand }; // read-only 

Property Value

A collection of commands attached to the Cell

Remarks

Commands are interactive actions that can be applied to a cell using the mouse or the keyboard. Examples of some actions are as follows:

  • Window-level
  • Offset
  • Scale
  • Magnify Glass

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