CommonDialog Class
An abstract base class for displaying common Win32 dialogs.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | CommonDialog() | Provides initialization for base class values when called by the constructor of a derived class. |
| Name | Description | |
|---|---|---|
![]() | Tag | Gets or sets an object associated with the dialog. This provides the ability to attach an arbitrary object to the dialog. |
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | HookProc(IntPtr, Int32, IntPtr, IntPtr) | Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box. |
![]() | MemberwiseClone() | |
![]() | Reset() | When overridden in a derived class, resets the properties of a common dialog to their default values. |
![]() | RunDialog(IntPtr) | 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.) |
Available since 3.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.


