Show / Hide Table of Contents

Class OutputBox

A simple dialog displaying selectable multi-line text.

Inheritance
Object
OutputBox
Namespace: NanoByte.Common.Controls
Assembly: NanoByte.Common.WinForms.dll
Syntax
public sealed class OutputBox : Form

Methods

Dispose(Boolean)

Clean up any resources being used.

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing

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

Show(IWin32Window, String, String)

Displays an output box with some text.

Declaration
public static void Show(IWin32Window owner, string title, string message)
Parameters
Type Name Description
IWin32Window owner

The parent window for the dialogs; can be null.

String title

The text to display above the message.

String message

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

Extension Methods

UpdateUtils.To<TIn, TOut>(TIn, Func<TIn, TOut>)
JsonStorage.SaveJson<T>(T, Stream)
JsonStorage.SaveJson<T>(T, String)
JsonStorage.ToJsonString<T>(T)
JsonStorage.ReparseAsJson<T>(Object)
JsonStorage.ReparseAsJson<T>(Object, T)
XmlStorage.SaveXml(Object, Stream, String)
XmlStorage.SaveXml<T>(T, String, String)
XmlStorage.ToXmlString(Object, String)
ConversionUtils.ConvertToString<TType>(TType)
In This Article
Back to top Copyright Bastian Eicher