C# Класс Bloom.MiscUI.TipDialog

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

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

Метод Описание
Show ( string message ) : void
TipDialog ( string message, string dialogTitle, Image icon ) : System

Use this one if you need to customize the dialog, e.g. to setup an alternate button

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

Метод Описание
AdjustHeights ( ) : void
GetDesiredTextBoxHeight ( ) : int
HandleMessageTextChanged ( object sender, EventArgs e ) : void
TipDialog ( ) : System
TipDialog_Load ( object sender, EventArgs e ) : void
_acceptButton_Click ( object sender, EventArgs e ) : void

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

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

public static Show ( string message ) : void
message string
Результат void

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

Use this one if you need to customize the dialog, e.g. to setup an alternate button
public TipDialog ( string message, string dialogTitle, Image icon ) : System
message string
dialogTitle string
icon Image
Результат System