Spread Windows Forms 12.0 Product Documentation
SetCustomText Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SearchDialog Class : SetCustomText Method
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

Reference

SearchDialog Class
SearchDialog Members