C# Class FdoToolbox.Base.Forms.WrappedMessageBox

Datei anzeigen Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Confirm() public static method

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.
return bool

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ShowMessage() public static method

Shows the message.
public static ShowMessage ( string title, string message ) : void
title string The title.
message string The message.
return void

WrappedMessageBox() public method

Initializes a new instance of the WrappedMessageBox class.
public WrappedMessageBox ( ) : System
return System