DisableUpDown Property

Object List Next Object

Defined By:
FindDialog

Description:

Controls the enabling 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 whether to search up or down from the current point. Setting the DisableUpDown property to True prior to invoking the FindDialogs Show method prevents the user from changing the value of these option buttons. Setting DisableUpDown to False prior to showing the dialog leaves the Direction buttons enabled, allowing a user to make a selection.

The visibility of the
Direction option buttons is controlled by the HideUpDown property. 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:

HideUpDown property, SearchDown property