C# Class CSKernelClient.fMsg

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode Description
fMsg ( ) : System
setErrorIcon ( ) : void
setErrorInfo ( ) : void
setErrorWarning ( ) : void
setIcon ( CSMSGICONS icon ) : void
setMessage ( String value ) : void
setTitle ( String value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

cmdOk_Click ( object sender, EventArgs e ) : void
fMsg_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

fMsg() public méthode

public fMsg ( ) : System
Résultat System

setErrorIcon() public méthode

public setErrorIcon ( ) : void
Résultat void

setErrorInfo() public méthode

public setErrorInfo ( ) : void
Résultat void

setErrorWarning() public méthode

public setErrorWarning ( ) : void
Résultat void

setIcon() public méthode

public setIcon ( CSMSGICONS icon ) : void
icon CSMSGICONS
Résultat void

setMessage() public méthode

public setMessage ( String value ) : void
value String
Résultat void

setTitle() public méthode

public setTitle ( String value ) : void
value String
Résultat void