id Property

Summary

The ID of an Action Command used for indexing individual commands.

Syntax

TypeScript
JavaScript
Object.defineProperty(ActionCommand.prototype, 'id', 
	 get: function(), 
	 set: function(value) 
) 
      id: number; 

Property Value

The default value is 0.

Remarks

The ID of an action command must be unique. Specifying an ID of an action command that was already defined, overwrites the previous action command.

Requirements

Target Platforms

See Also

ActionCommand

ActionCommand Members

Leadtools.Controls.Medical Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.