←Select platform

Operation Property

Summary
Gets a value that indicates which edit operation is currently being performed.
Syntax
C#
VB
Objective-C
C++
Java
public AnnEditDesignerOperation Operation { get; set; } 
Public Property Operation As AnnEditDesignerOperation 
@property (nonatomic, assign) LTAnnEditDesignerOperation operation 
public AnnEditDesignerOperation getOperation() 
public void setOperation(AnnEditDesignerOperation operation) 
public:  
   property AnnEditDesignerOperation^ Operation 
   { 
      AnnEditDesignerOperation^ get() 
      void set(AnnEditDesignerOperation^ value) 
   } 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.