button Property

Summary

Gets or sets the button assigned to this action.

Syntax
TypeScript
JavaScript
Object.defineProperty(ActionCommand.prototype, 'button', 
	get: function(), 
	set: function(value) 
) 
button: MouseButtons; 

Property Value

MouseButtons enumeration that represents the button assigned to this action.

Remarks

This property is only useful if the action is an interactive action, meaning that it involves clicking and dragging.

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