Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Specifies the folder view type.
Syntax
typedef enum FOLDERVIEWMODE {
FVM_AUTO = -1,
FVM_FIRST = 1,
FVM_ICON = 1,
FVM_SMALLICON = 2,
FVM_LIST = 3,
FVM_DETAILS = 4,
FVM_THUMBNAIL = 5,
FVM_TILE = 6,
FVM_THUMBSTRIP = 7,
FVM_CONTENT = 8,
FVM_LAST = 8
} ;
Constants
FVM_AUTOValue: -1 The view should determine the best option. |
FVM_FIRSTValue: 1 The minimum constant value in FOLDERVIEWMODE, for validation purposes. |
FVM_ICONValue: 1 The view should display medium-size icons. |
FVM_SMALLICONValue: 2 The view should display small icons. |
FVM_LISTValue: 3 Object names are displayed in a list view. |
FVM_DETAILSValue: 4 Object names and other selected information, such as the size or date last updated, are shown. |
FVM_THUMBNAILValue: 5 The view should display thumbnail icons. |
FVM_TILEValue: 6 The view should display large icons. |
FVM_THUMBSTRIPValue: 7 The view should display icons in a filmstrip format. |
FVM_CONTENTValue: 8 Windows 7 and later. The view should display content mode. |
FVM_LASTValue: 8 The maximum constant value in FOLDERVIEWMODE, for validation purposes. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP, Windows 7 [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | shobjidl_core.h (include Shobjidl.h) |