ShellFolderViewOptions EnumerationShellFolderViewOptions Enumeration*
*Contents  *Index  *Topic Contents
*Previous Topic: ShellFolderView object constants
*Next Topic: ShellUIHelper Object

ShellFolderViewOptions Enumeration

Description

Specifies the view options returned by the ViewOptions property.

Syntax

enum ShellFolderViewOptions {
    SFVVO_SHOWALLOBJECTS = 0x00000001,
    SFVVO_SHOWEXTENSIONS = 0x00000002,
    SFVVO_SHOWCOMPCOLOR = 0x00000008,
    SFVVO_SHOWSYSFILES = 0x00000020,
    SFVVO_WIN95CLASSIC = 0x00000040,
    SFVVO_DOUBLECLICKINWEBVIEW = 0x00000080,
    SFVVO_DESKTOPHTML = 0x00000200,
} ShellFolderViewOptions;

ParameterDescription
SFVVO_SHOWALLOBJECTS The Show All Files option is enabled.
SFVVO_SHOWEXTENSIONS The Hide File Extensions for Known File Types option is disabled.
SFVVO_SHOWCOMPCOLOR The Display Compressed Files and Folders with Alternate Color option is enabled.
SFVVO_SHOWSYSFILES The Do Not Show Hidden Files option is enabled.
SFVVO_WIN95CLASSIC The Classic Style option is enabled.
SFVVO_DOUBLECLICKINWEBVIEW The Double-Click to Open an Item option is enabled.
SFVVO_DESKTOPHTML The Active Desktop – View as Web Page option is enabled.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.