Provides an implementation of the
AnnDrawDesigner.EndWorking method for the
AnnTextReviewDrawDesigner object.
protected override bool EndWorking()
'Declaration
Protected Overrides Function EndWorking() As Boolean
'Usage
Dim instance As AnnTextReviewDrawDesigner
Dim value As Boolean
value = instance.EndWorking()
protected override bool EndWorking()
@Override protected boolean endWorking()
function Leadtools.Annotations.Designers.AnnTextReviewDrawDesigner.EndWorking()
Return Value
true if this
AnnDrawDesigner has successfully ended the drawing process; otherwise, it is
false.