CommonDialog Class

Definition

An abstract base class for displaying common Win32 dialogs.

public ref class CommonDialog abstract
public abstract class CommonDialog
type CommonDialog = class
Public MustInherit Class CommonDialog
Inheritance
CommonDialog
Derived

Constructors

CommonDialog()

Provides initialization for base class values when called by the constructor of a derived class.

Properties

Tag

Gets or sets an object associated with the dialog. This provides the ability to attach an arbitrary object to the dialog.

Methods

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)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
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()

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(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)

Applies to