IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
TestGui.BrowseWS Class Reference
+ Inheritance diagram for TestGui.BrowseWS:
+ Collaboration diagram for TestGui.BrowseWS:

Public Member Functions

 BrowseWS ()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Private Member Functions

void textBox1_TextChanged (object sender, EventArgs e)
 
void buttonExit_Click (object sender, EventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 

Private Attributes

System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.WebBrowser webBrowserWS
 
System.Windows.Forms.Label labelURL
 
System.Windows.Forms.TextBox textBox1
 
System.Windows.Forms.Button buttonExit
 

Constructor & Destructor Documentation

TestGui.BrowseWS.BrowseWS ( )
inline

Member Function Documentation

void TestGui.BrowseWS.textBox1_TextChanged ( object  sender,
EventArgs  e 
)
inlineprivate
void TestGui.BrowseWS.buttonExit_Click ( object  sender,
EventArgs  e 
)
inlineprivate
override void TestGui.BrowseWS.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

References TestGui.BrowseWS.components.

Referenced by TestGui.BrowseWS.buttonExit_Click().

void TestGui.BrowseWS.InitializeComponent ( )
inlineprivate

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

References TestGui.BrowseWS.buttonExit, TestGui.BrowseWS.buttonExit_Click(), TestGui.BrowseWS.labelURL, TestGui.BrowseWS.textBox1, TestGui.BrowseWS.textBox1_TextChanged(), and TestGui.BrowseWS.webBrowserWS.

Referenced by TestGui.BrowseWS.BrowseWS().

Member Data Documentation

System.ComponentModel.IContainer TestGui.BrowseWS.components = null
private

Required designer variable.

Referenced by TestGui.BrowseWS.Dispose().

System.Windows.Forms.WebBrowser TestGui.BrowseWS.webBrowserWS
private
System.Windows.Forms.Label TestGui.BrowseWS.labelURL
private
System.Windows.Forms.TextBox TestGui.BrowseWS.textBox1
private
System.Windows.Forms.Button TestGui.BrowseWS.buttonExit
private

The documentation for this class was generated from the following files: