HideWholeWord Property

Object List Next Object

Defined By:
FindDialog

Description:

Controls the visibility of the
Whole Word checkbox on the FindDialog.

Details:

The FontDialog can display a checkbox that gives the user a way to indicate whether the search string must match whole words. Setting the HideWholeWord property to True prior to invoking the FindDialog
s Show method makes this checkbox invisible. Setting HideWholeWord to False prior to showing the dialog leaves the Match Whole Word checkbox visible.

The
Match Whole Word check box is enabled/disabled by setting the DisableWholeWord property. To ensure that the user has the opportunity to express matching preferences, both the DisableWholeWord and HideWholeWord properties must be set to False.

Data Type: Boolean

See Also:

DisableWholeWord property, MatchWholeWord property