DisableWholeWord Property
Object List Next Object
Defined By: FindDialog
Description:
Controls the enabling of the “Whole Word” checkbox on the FindDialog.
Details:
The FontDialog can display a checkbox that gives the user a way to indicate
whether or not the search string must match whole words. Setting the
DisableWholeWord property to True prior to invoking the FIndDialog’s Show method prevents the user from changing the value of the “Match Whole Word” checkbox. Setting DisableWholeWord to False prior to showing the dialog
leaves the “Match Whole Word” checkbox enabled, allowing a user to make a selection.
The visibility of the “Match Whole Word” check box is controlled by the HideWholeWord property. To ensure that the
user has the opportunity to express the matching preference, both the
DisableWholeWord and HideWholeWord properties must be set to False.
Data Type: Boolean
See Also:
HideWholeWord property, MatchWholeWord property