button Property

Summary

Gets or sets the button assigned to this action.

Syntax

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

Leadtools.Controls.Medical Assembly