FileDialogCustomPlace Class
Represents an entry in a FileDialog custom place collection for Windows Vista.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | FileDialogCustomPlace(Guid) | Initializes a new instance of the FileDialogCustomPlace class with a custom place identified by a Windows Vista Known Folder GUID. |
![]() | FileDialogCustomPlace(String^) | Initializes a new instance of the FileDialogCustomPlace class. with a specified folder path to a custom place. |
| Name | Description | |
|---|---|---|
![]() | KnownFolderGuid | Gets or sets the Windows Vista Known Folder GUID for the custom place. |
![]() | Path | Gets or sets the folder path to the custom place. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents this FileDialogCustomPlace instance.(Overrides Object::ToString().) |
The default open and save dialog boxes on Windows Vista have an area on the left side of the dialog box titled Favorite Links. This area is called custom places. This class represents a custom place.
On Windows XP or Windows Server 2003, this class does not have any effect.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


