C# Class PLC.ContentBrowser

Summary description for WebForm.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
ClearContent ( ) : void
ContentBrowser ( ) : System
DisplayContent ( string aString ) : void
Navigate ( string aPage ) : 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.

axWebBrowser1_Enter ( object sender, System e ) : void

Method Details

ClearContent() public method

public ClearContent ( ) : void
return void

ContentBrowser() public method

public ContentBrowser ( ) : System
return System

DisplayContent() public method

public DisplayContent ( string aString ) : void
aString string
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Navigate() public method

public Navigate ( string aPage ) : void
aPage string
return void