contextMenu Property

Summary

Gets or sets the context menu associated with this AnnAutomationObject

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomationObject.prototype, 'contextMenu', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
contextMenu: any; 

Property Value

The context menu associated with this AnnAutomationObject. The default value is null.

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.Annotations.Automation Assembly