Spread Windows Forms 15.0
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
    public bool Success {get;}

    Property Value

    true if successful; otherwise, false.
    See Also