Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrePaintResult Class / Success Property


In This Topic
Success Property (PrePaintResult)
In This Topic
Gets whether this PrePaintResult action is successful.
Syntax
'Declaration
 
Public ReadOnly Property Success As Boolean
 
'Usage
 
Dim instance As PrePaintResult
Dim value As Boolean
 
value = instance.Success

Property Value

true if successful; otherwise, false.
See Also