System.Windows.Forms.CommonDialog Class

Specifies the base class used for displaying dialog boxes on the screen.

See Also: CommonDialog Members

Syntax

[System.ComponentModel.ToolboxItemFilter("System.Windows.Forms")]
public abstract class CommonDialog : System.ComponentModel.Component

Remarks

Inherited classes are required to implement CommonDialog.RunDialog(IntPtr) by invoking CommonDialog.ShowDialog to create a specific common dialog box. Inherited classes can optionally override CommonDialog.HookProc(IntPtr, int, IntPtr, IntPtr) to implement specific dialog box hook functionality.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0