RC-WinTrans Object Model Help |
FindResultsWindow.SetInfoText
|
Sets the information text at the bottom of the Find Results window.
Syntax: |
SetInfoText( InfoText As String ) |
| Parameters: |
InfoText Text to be set as information text.
|
| Example: | Dim FindResWnd As FindResultsWindow
Set FindResWnd = Application.Windows.FindResultsWindow
Call FindResWnd.SetInfoText("Results")
|
See also: