←Select platform

StartWorking Method

Summary
Begins editing.
Syntax
C#
Objective-C
C++/CLI
Java
Python
protected virtual bool StartWorking( 
   AnnEditDesignerOperation operation, 
   int thumbIndex 
) 
- (BOOL)startWorking:(LTAnnEditDesignerOperation)operation thumbIndex:(NSInteger)thumbIndex NS_SWIFT_NAME(startWorking(operation:thumbIndex:)); 
protected boolean startWorking( 
  AnnEditDesignerOperation operation,  
  int thumbIndex 
) 
protected:  
   virtual bool StartWorking( 
      AnnEditDesignerOperation^ operation, 
      Int32 thumbIndex 
   ) 
def StartWorking(self,operation,thumbIndex): 

Parameters

operation
The current operation.

thumbIndex
The Index of the object being moved (or -1 if no thumb is being moved).

Remarks

Derived classes should call this method after beginning the editing of an object.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

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