C# Класс NanoByte.Common.Controls.OutputBox

A simple dialog displaying selectable multi-line text.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Show ( [ owner, [ title, [ message ) : void

Displays an ouput box with some text.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OutputBox ( ) : System

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Show() публичный статический Метод

Displays an ouput box with some text.
public static Show ( [ owner, [ title, [ message ) : void
owner [ The parent window for the dialogs; can be null.
title [ The text to display above the .
message [ The selectable multi-line text to display to the user.
Результат void