INITIALVIEWENUM

Summary

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

Syntax

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

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_DETAILS

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

DLG_VIEW_THUMBNAILS

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

Usage

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

LEADTOOLS Common Dialog C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.