FindReplaceDialog Interface Reference

A FindReplaceDialog represents the system-defined Find dialog box. More...

Inheritance diagram for FindReplaceDialog:

Inheritance graph
Collaboration diagram for FindReplaceDialog:

Collaboration graph
List of all members.

Public Member Functions

 Close ()
 Closes the dialog box.

Properties

BSTR R FindText []
 Gets the text for the search.
BSTR R ReplaceText []
 Gets the replacement text.
VARIANT_BOOL R SearchDown []
 Gets the value of the "Search down" checkbox.
VARIANT_BOOL R MatchCase []
 Gets the value of the "Match case" checkbox.
VARIANT_BOOL R WholeWord []
 Gets the value of the "Whole word" checkbox.
VARIANT W OnFind []
 Sets the event handler for the OnFind event.
VARIANT W OnReplace []
 Sets the event handler for the OnReplace event.
VARIANT W OnReplaceAll []
 Sets the event handler for the OnReplaceAll event.
VARIANT W OnClose []
 Sets the event handler for the OnClose event.
VARIANT W OnHelp []
 Sets the event handler for the OnHelp event.

Detailed Description

A FindReplaceDialog represents the system-defined Find dialog box.

The FindReplaceDialog is the result of CreateFindDialog method.

See also FindReplaceDialogEvents.


Member Function Documentation

Close (  ) 

Closes the dialog box.


Property Documentation

BSTR R FindText

Gets the text for the search.

VARIANT_BOOL R MatchCase

Gets the value of the "Match case" checkbox.

VARIANT W OnClose

Sets the event handler for the OnClose event.

This event occurs when the user closes the dialog.

VARIANT W OnFind

Sets the event handler for the OnFind event.

This event occurs when the user clicks the "Find" button.

VARIANT W OnHelp

Sets the event handler for the OnHelp event.

This event occurs when the user clicks the "Help" button.

VARIANT W OnReplace

Sets the event handler for the OnReplace event.

This event occurs when the user clicks the "Replace" button.

VARIANT W OnReplaceAll

Sets the event handler for the OnReplaceAll event.

This event occurs when the user clicks the "Replace all" button.

BSTR R ReplaceText

Gets the replacement text.

VARIANT_BOOL R SearchDown

Gets the value of the "Search down" checkbox.

VARIANT_BOOL R WholeWord

Gets the value of the "Whole word" checkbox.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:12:35 2015. (C) Veretennikov A. B. 2004-2015