Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrePaintTextResult Class / Success Property


In This Topic
    Success Property (PrePaintTextResult)
    In This Topic
    Gets or sets whether this PrePaintTextResult object is successful.
    Syntax
    'Declaration
     
    
    Public Property Success As Boolean
    'Usage
     
    
    Dim instance As PrePaintTextResult
    Dim value As Boolean
     
    instance.Success = value
     
    value = instance.Success
    public bool Success {get; set;}

    Property Value

    true if successful; otherwise, false.
    See Also