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 )
Derived classes should call this method after beginning the editing of an object.
For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations