Table of Contents

Method ResetTextDialog

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

ResetTextDialog()

Disposes and clears the cached single-line text input dialog instance.

public static void ResetTextDialog()

Remarks

If the cached instance referenced by single-line text input dialog is not null, it will be disposed and the reference will be set to null.

See Also