CommonDialog Class
Specifies the base class used for displaying dialog boxes on the screen.
Namespace: elsystem.windows.forms
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
|
Name |
Type |
Description |
|
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).
|
Name |
Description |
|
Show |
Runs a common dialog box. |
|
Name |
Description |
|
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.
|
|
StatusChanged
|
Occurs when the status changes. See DialogStatusChangedEventArgs for the properties returned by the handler's args parameter.
|