(Leadtools.Annotations.Designers)

StartWorking Method (AnnEditDesigner)

Show in webframe





The current operation.
The Index of the object being moved (or -1 if no thumb is being moved).
true to clip the mouse cursor to the control, otherwise; false.
Begins editing. It has an option to clip the mouse cursor.
Syntax
protected virtual bool StartWorking( 
   AnnEditDesignerOperation operation,
   int thumbIndex,
   bool clipCursor
)
Protected Overridable Function StartWorking( _
   ByVal operation As AnnEditDesignerOperation, _
   ByVal thumbIndex As Integer, _
   ByVal clipCursor As Boolean _
) As Boolean
protected virtual bool StartWorking( 
   AnnEditDesignerOperation operation,
   int thumbIndex,
   bool clipCursor
)
-(BOOL) startWorking:(LTAnnEditDesignerOperation) operation 
          thumbIndex:(NSUInteger) thumbIndex 
                clip:(BOOL) clipCursor;
            
protected boolean startWorking(
  AnnEditDesignerOperation operation, 
  int thumbIndex, 
  boolean clipCursor
)
            
 function Leadtools.Annotations.Designers.AnnEditDesigner.StartWorking( 
   operation ,
   thumbIndex ,
   clipCursor 
)

Parameters

operation
The current operation.
thumbIndex
The Index of the object being moved (or -1 if no thumb is being moved).
clipCursor
true to clip the mouse cursor to the control, otherwise; false.

Return Value

true if this AnnEditDesigner has begun editing; otherwise, it is false.
Remarks

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

Example

For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations

Requirements

Target Platforms

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.