CommonDialog Class

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

Namespace: elsystem.windows.forms

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Status object Gets the status type from the DialogResult enumerated list.

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

Methods
  Name Description
Public property Show Runs a common dialog box.
Events
  Name Description
Public event

HelpRequest

Occurs when the user clicks the Help button on a common dialog box. See EventArgs for the properties returned by the handler's args parameter.

Public event

StatusChanged

Occurs when the status changes. See DialogStatusChangedEventArgs for the properties returned by the handler's args parameter.

Inheritance Hierarchy

elsystem.Object

elsystem.DotNetObject

elsystem.windows.forms.CommonDialog