C# Class Karabow.Steg.GUI.StartTabPage

Inheritance: ExtendedTabPage
Datei anzeigen Open project: Chieze-Franklin/Steg-Studio

Private Properties

Property Type Description
StartTabPage_Paint void
viewer_Navigated void

Public Methods

Method Description
BrowserGoBack ( ) : void
BrowserGoForward ( ) : void
BrowserGoHome ( ) : void
BrowserRefresh ( ) : void
BrowserStop ( ) : void
LoadHelpTopics ( ) : void
StartTabPage ( ) : System

Private Methods

Method Description
StartTabPage_Paint ( object sender, PaintEventArgs e ) : void
viewer_Navigated ( object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e ) : void

Method Details

BrowserGoBack() public method

public BrowserGoBack ( ) : void
return void

BrowserGoForward() public method

public BrowserGoForward ( ) : void
return void

BrowserGoHome() public method

public BrowserGoHome ( ) : void
return void

BrowserRefresh() public method

public BrowserRefresh ( ) : void
return void

BrowserStop() public method

public BrowserStop ( ) : void
return void

LoadHelpTopics() public method

public LoadHelpTopics ( ) : void
return void

StartTabPage() public method

public StartTabPage ( ) : System
return System