Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / SetCustomText Method
Example


In This Topic
    SetCustomText Method
    In This Topic
    Sets the custom text in the form to specified values.
    Overload List
    OverloadDescription
    Sets the custom text in the form to specified values.  
    Sets the custom text in the form to specified values.  
    Example
    fpSpread1.SearchWithDialog("155");
    
    fpSpread1.SearchDialog.SetCustomText("Searching For", "Case Does not Matter", "Does not Need To Be Exact", "Use Other Search
    Method", "Wildcards Or Not", "Next", "New Search", "Bye-Bye", "Didn't Find It");
    
    FpSpread1.SearchWithDialog("155")
    
    FpSpread1.SearchDialog.SetCustomText("Searching For", "Case Does not Matter", "Does not Need To Be Exact", "Use Other Search
    Method", "Wildcards Or Not", "Next", "New Search", "Bye-Bye", "Didn't Find It")
    
    See Also