operation Property

Summary

Gets a value that indicates which edit operation is currently being performed.

Syntax

JavaScript Syntax
Object.defineProperty(AnnEditDesigner.prototype, 'operation', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
operation: AnnEditDesignerOperation; 

Property Value

The current edit operation. The default value is AnnEditDesignerOperation.None.

Remarks

This property indicates which edit operation is currently being performed on this AnnEditDesigner. It gets updated whenever the object receives Edit events.

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.Designers Assembly