INITIALVIEWENUM

enum INITIALVIEWENUM 
{ 
   DLG_VIEW_LIST, 
   DLG_VIEW_ICONS, 
   DLG_VIEW_TILES, 
   DLG_VIEW_THUMBNAILS, 
   DLG_VIEW_DETAILS, 
}; 

The INITIALVIEWENUM enumeration provides information about how OpenFileDialog displays the items in the list view controls.

Members

DLG_VIEW_LIST

View files in the Open/Save dialogs as list view.

DLG_VIEW_ICONS

View files in the Open/Save dialogs as icons view.

DLG_VIEW_TILES

View files in the Open/Save dialogs as tiles view.

DLG_VIEW_THUMBNAILS

View files in the Open/Save dialogs as thumbnails view.

DLG_VIEW_DETAILS

View files in the Open/Save dialogs as details view.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Common Dialog C API Help