C# Class Bloom.MiscUI.TipDialog

Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Show() public static méthode

public static Show ( string message ) : void
message string
Résultat void

TipDialog() public méthode

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
Résultat System