DisableMatchCase Property

Object List Next Object

Defined By:
FindDialog

Description:

Controls the enabling of the
Match Case checkbox on FindDialog.

Details:

The FontDialog can display a checkbox that gives the user a way to indicate a preference for case sensitivity in the search. Setting the DisableMatchCase property to True prior to invoking the FindDialog
s Show method ensures that the user will be unable to change the value of the Match Case checkbox. Setting DisableMatchCase to False prior to showing the dialog leaves the Match Case checkbox enabled. The visibility of the Match Case check box is controlled by the HideMatchCase 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:

HideMatchCase property, MatchCase property