precedenceLevel Property

Summary

Defines precedence level. If the precedence level is set to 0, the respective InteractiveAction will not be called whenever the mouse button is registered.

Syntax

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

Property Value

A number to define the precedence level. The default value is 0.

Remarks

When extending InteractiveAction, make sure to set the precedence level higher than 0, unless ignoring the action is the intended behavior of the action by default.

Requirements

Target Platforms

See Also

InteractiveAction

InteractiveAction 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.