SetCustomText(String,String,String,String,String,String,String,String,String) Method
In This Topic
Sets the custom text in the form to specified values.
Syntax
'Declaration
Public Overloads Overridable Sub SetCustomText( _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As SearchDialog
Dim findTextLabel As String
Dim matchCaseLabel As String
Dim exactMatchLabel As String
Dim alternateSearchLabel As String
Dim useWildcardsLabel As String
Dim findText As String
Dim findNextText As String
Dim closeText As String
Dim notFoundText As String
instance.SetCustomText(findTextLabel, matchCaseLabel, exactMatchLabel, alternateSearchLabel, useWildcardsLabel, findText, findNextText, closeText, notFoundText)
public virtual void SetCustomText(
string ,
string ,
string ,
string ,
string ,
string ,
string ,
string ,
string
)
Parameters
- findTextLabel
- Text string to match
- matchCaseLabel
- Case to match string
- exactMatchLabel
- Exact match string
- alternateSearchLabel
- Alternate search string
- useWildcardsLabel
- Wildcard usage string
- findText
- Find text string
- findNextText
- Find next text string
- closeText
- Close text string
- notFoundText
- Text not found string
See Also