canLinkFrames Property

Summary

Indicates whether an action can affect all linked cells.

If canLinkFrames is set to true, it allows actions to be applied across all frames of an animation. Otherwise, if set to false, the action will only be applied to the current frame at the time of calling the action.

Syntax

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

Property Value

The default value is true.

Remarks

If the canLinkItems property is set to true, an action affecting one cell will affect all linked cells.

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.