Table of Contents

Class OutputBox

Namespace
NanoByte.Common.Controls
Assembly
NanoByte.Common.WinForms.dll

A simple dialog displaying selectable multi-line text.

public sealed class OutputBox : Form
Inheritance
object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
Form
OutputBox
Extension Methods

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.

Show(IWin32Window?, string, string)

Displays an output box with some text.

public static void Show(IWin32Window? owner, string title, string message)

Parameters

owner IWin32Window

The parent window for the dialogs; can be null.

title string

The text to display above the message.

message string

The selectable multi-line text to display to the user.