commands Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(Cell.prototype, 'commands', 
	get: function() 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly