C# Class FdoToolbox.Base.Controls.ConsolePane

The application console
Inheritance: ViewContent, IViewContent, IConsole
Mostra file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
ConsolePane ( ) : System
Save ( ) : bool
SaveAs ( ) : bool

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

ConsolePane() public method

public ConsolePane ( ) : System
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Save() public method

public Save ( ) : bool
return bool

SaveAs() public method

public SaveAs ( ) : bool
return bool