Specifies a collection of flags that affect the component’s additional options.
Declaration
componentObj.OptionsEx
Read-Write Property | String |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
Description
The OptionsEx
property provides access to a collection of flags that determine the additional dialog options. Most of the options that affect the dialog’s appearance and behavior are specified via the Options
property.
Property Value
A string containing the dialog flag values separated by spaces or commas and optionally enclosed in square brackets. Currently only one flag value is available:
Value | Description |
---|---|
ofExNoPlacesBar |
Determines whether the places bar is not visible. The places bar is displayed on the left side of the dialog and contains fast navigation buttons for the My Recent Documents, Desktop, My Documents and other places. |