[]
Sets the custom text in the form to specified values.
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)
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 |
Sets the custom text in the form to specified values.
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)
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 |