| ImageEn, unit ieopensavedlg |
|
TIECommonDialog.ShowPlacesBar
Declaration
property ShowPlacesBar: Boolean;
Description
Whether the standard Windows "Places" bar is shown.
Default: True
Example
// Hide the "Places" bar
OpenImageEnDialog1.ShowPlacesBar := False;