Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrePaintTextResult Class / StopPainting Property


In This Topic
StopPainting Property
In This Topic
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

Property Value

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