FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / StartAnnotationMode Method / StartAnnotationMode(Boolean) Method
Whether each figure is closed before the next figure is drawn


In This Topic
StartAnnotationMode(Boolean) Method
In This Topic
Starts annotation mode while specifying whether to close figures when a new drawing is started.
Syntax
'Declaration
 
Public Overloads Sub StartAnnotationMode( _
   ByVal closeFigures As Boolean _
) 
 
'Usage
 
Dim instance As FpSpread
Dim closeFigures As Boolean
 
instance.StartAnnotationMode(closeFigures)

Parameters

closeFigures
Whether each figure is closed before the next figure is drawn
See Also