Spread Windows Forms 12.0 Product Documentation
searchText Field


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SearchDialog Class : searchText Field
Specifies the title of the caption in the dialog when the string is not found.
Syntax
'Declaration
 
Protected searchText As String
'Usage
 
Dim instance As SearchDialog
Dim value As String
 
value = instance.searchText
 
instance.searchText = value
protected string searchText
Remarks
This is a protected member so is only available when you derive off of this class.
See Also

Reference

SearchDialog Class
SearchDialog Members