C# Class CSKernelClient.fMsg

Inheritance: System.Windows.Forms.Form
Mostra file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

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

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.

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

Method Details

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

fMsg() public method

public fMsg ( ) : System
return System

setErrorIcon() public method

public setErrorIcon ( ) : void
return void

setErrorInfo() public method

public setErrorInfo ( ) : void
return void

setErrorWarning() public method

public setErrorWarning ( ) : void
return void

setIcon() public method

public setIcon ( CSMSGICONS icon ) : void
icon CSMSGICONS
return void

setMessage() public method

public setMessage ( String value ) : void
value String
return void

setTitle() public method

public setTitle ( String value ) : void
value String
return void