System.Windows.Forms.CommonDialog Members

The members of System.Windows.Forms.CommonDialog are listed below.

See Also: Inherited members from System.ComponentModel.Component

Public Constructors

Initializes a new instance of the System.Windows.Forms.CommonDialog class.

Public Properties

Tagobject.

Gets or sets an object that contains data about the control.

Public Methods

abstract
Reset()

When overridden in a derived class, resets the properties of a common dialog box to their default values.

ShowDialog() : DialogResult

Runs a common dialog box with a default owner.

ShowDialog(IWin32Window) : DialogResult

Runs a common dialog box with the specified owner.

Protected Methods

HookProc(IntPtr, int, IntPtr, IntPtr) : IntPtr

Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box.

OnHelpRequest(EventArgs)

Raises the CommonDialog.HelpRequest event.

OwnerWndProc(IntPtr, int, IntPtr, IntPtr) : IntPtr

Defines the owner window procedure that is overridden to add specific functionality to a common dialog box.

abstract
RunDialog(IntPtr) : bool

When overridden in a derived class, specifies a common dialog box.

Public Events

HelpRequest

Occurs when the user clicks the Help button on a common dialog box.