Spread Windows Forms 12.0 Product Documentation
StopPainting Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > PrePaintTextResult Class : StopPainting Property
Gets a value that indicates whether the cell painting should be performed.
Syntax
'Declaration
 
Public ReadOnly Property StopPainting As Boolean
'Usage
 
Dim instance As PrePaintTextResult
Dim value As Boolean
 
value = instance.StopPainting
public bool StopPainting {get;}

Property Value

true if the cell painting should not be performed; otherwise, false.
See Also

Reference

PrePaintTextResult Class
PrePaintTextResult Members