This documentation is archived and is not being maintained.
CommonDialog Class
Visual Studio 2010
An abstract base class for displaying common Win32 dialogs.
Assembly: PresentationFramework (in PresentationFramework.dll)
The CommonDialog type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CommonDialog | Provides initialization for base class values when called by the constructor of a derived class. |
| Name | Description | |
|---|---|---|
![]() | CheckPermissionsToShowDialog | Determines whether sufficient permissions for displaying a dialog exist. |
![]() | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HookProc | Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Reset | When overridden in a derived class, resets the properties of a common dialog to their default values. |
![]() | RunDialog | When overridden in a derived class, is called to display a particular type of Win32 common dialog. |
![]() | ShowDialog() | Displays a common dialog. |
![]() | ShowDialog(Window) | Displays a common dialog. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
