NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FolderBrowserFolders Enumeration

[To be supplied.]

[Visual Basic]
Public Enum FolderBrowserFolders
[C#]
public enum FolderBrowserFolders
[C++]
public enum FolderBrowserFolders

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Desktop The user's desktop.
Favorites The user's favorites list.
MyComputer The contents of the My Computer icon.
MyDocuments The user's My Documents folder.
MyPictures User's location to store pictures.
NetAndDialUpConnections Network and dial-up connections.
NetworkNeighborhood The network neighborhood.
Printers A folder containing installed printers.
Recent A folder containing shortcuts to recently opened files.
SendTo A folder containing shortcuts to applications to send documents to.
StartMenu The user's start menu.
Templates The user's file templates.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace