Table of Contents

Class CommonDialog

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the base class used for displaying standard system dialog windows on the screen.

[ControlCategory("Hidden")]
public abstract class CommonDialog : DisposableObject, IBaseObject, IDisposableObject, IDisposable
Inheritance
CommonDialog
Implements
Derived

Properties

Handler

Gets dialog handler.

ShowHelp

Gets or sets a value indicating whether the the Help button is displayed.

Title

Gets or sets the dialog window title.

Methods

CreateHandler()

Creates dialog handler.

DisposeManaged()

Override to dispose managed resources. Here we dispose all used object references.

ShowDialog()

Same as ShowModal(). Added for compatibility.

ShowModal()

Runs a common dialog window with a default owner.

ShowModal(Window?)

Runs a common dialog window with the specified owner.