HideMatchCase Property

Object List Next Object

Defined By:
FindDialog

Description:

Controls the visibility of the
Match Case checkbox on the FindDialog.

Details:

The FontDialog can display a checkbox that gives the user a way to indicate preferences for case sensitivity in a search. Setting the HideMatchCase property to True prior to invoking the FIndDialog
s Show method makes this check box invisible. Setting HideMatchCase to False prior to showing the dialog leaves the Match Case checkbox visible.

The enabling of the
Match Case check box is controlled by the DisableMatchCase property. To ensure that the user has the opportunity to express preferences for case sensitivity, both the DiableMatchCase and HideMatchCase properties must be set to False.

Data Type: Boolean

See Also:

DisableMatchCase property, MatchCase property