[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SearchDialog.SetCustomText

SetCustomText Method

SetCustomText(string, string, string, string, string, string, string, string, string, string)

Sets the custom text in the form to specified values.

Declaration
public virtual void SetCustomText(string findTextLabel, string matchCaseLabel, string exactMatchLabel, string alternateSearchLabel, string useWildcardsLabel, string findText, string findNextText, string closeText, string notFoundText, string repeatSearchText)
Public Overridable Sub SetCustomText(findTextLabel As String, matchCaseLabel As String, exactMatchLabel As String, alternateSearchLabel As String, useWildcardsLabel As String, findText As String, findNextText As String, closeText As String, notFoundText As String, repeatSearchText As String)
Parameters
Type Name Description
string findTextLabel

Text string to match

string matchCaseLabel

Case to match string

string exactMatchLabel

Exact match string

string alternateSearchLabel

Alternate search string

string useWildcardsLabel

Wildcard usage string

string findText

Find text string

string findNextText

Find next text string

string closeText

Close text string

string notFoundText

Text not found string

string repeatSearchText

Prompt to repeat search from beginning string

SetCustomText(string, string, string, string, string, string, string, string, string)

Sets the custom text in the form to specified values.

Declaration
public virtual void SetCustomText(string findTextLabel, string matchCaseLabel, string exactMatchLabel, string alternateSearchLabel, string useWildcardsLabel, string findText, string findNextText, string closeText, string notFoundText)
Public Overridable Sub SetCustomText(findTextLabel As String, matchCaseLabel As String, exactMatchLabel As String, alternateSearchLabel As String, useWildcardsLabel As String, findText As String, findNextText As String, closeText As String, notFoundText As String)
Parameters
Type Name Description
string findTextLabel

Text string to match

string matchCaseLabel

Case to match string

string exactMatchLabel

Exact match string

string alternateSearchLabel

Alternate search string

string useWildcardsLabel

Wildcard usage string

string findText

Find text string

string findNextText

Find next text string

string closeText

Close text string

string notFoundText

Text not found string