HideUpDown Property

Object List Next Object

Defined By:
FindDialog

Description:

Controls the visibility of the
Direction option buttons on the FindDialog.

Details:

The FontDialog can display two option buttons, labled
Up and Down, that give the user a way to indicate the direction to search in; up or down from the current point. Setting the HideUpDown property to True prior to invoking the FindDialogs Show makes these option buttons invisible. Setting HideUpDown to False prior to showing the dialog leaves the Direction buttons visible.

The DisableUpDown property controls the enabling of the
Direction option buttons. To ensure that the user has the opportunity to express preferences for the search direction, both the DisableUpDown and HideUpDown properties must be set to False.

Data Type: Boolean

See Also:

DisableUpDown property, SearchDown property