Table of Contents

Class OutputBox

Namespace
NanoByte.Common.EtoControls
Assembly
NanoByte.Common.EtoForms.dll

A simple dialog displaying selectable multi-line text.

public static class OutputBox
Inheritance
object
OutputBox

Methods

Show(Control?, string, string)

Displays an output box with some text.

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

Parameters

owner Control

The parent window the displayed window is modal to; can be null.

title string

The window title to use.

message string

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