C# Class Bloom.MiscUI.TipDialog

Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method 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

Method 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 method

public static Show ( string message ) : void
message string
return void

TipDialog() public method

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
return System