C# Класс FdoToolbox.Base.Forms.WrappedMessageBox

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Confirm ( string title, string message, MessageBoxText text ) : bool

Confirms the specified title.

ShowMessage ( string title, string message ) : void

Shows the message.

WrappedMessageBox ( ) : System

Initializes a new instance of the WrappedMessageBox class.

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

Метод Описание
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.

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

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

Confirms the specified title.
public static Confirm ( string title, string message, MessageBoxText text ) : bool
title string The title.
message string The message.
text MessageBoxText The text.
Результат bool

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

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

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

Shows the message.
public static ShowMessage ( string title, string message ) : void
title string The title.
message string The message.
Результат void

WrappedMessageBox() публичный Метод

Initializes a new instance of the WrappedMessageBox class.
public WrappedMessageBox ( ) : System
Результат System