'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
.