C# Class Karabow.Steg.GUI.Navigator

represents a browser navigator bar
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Chieze-Franklin/Steg-Studio Class Usage Examples

Méthodes publiques

Méthode Description
Navigate ( ) : void
NavigateTo ( string url ) : void
Navigator ( ) : System

creates an instance

Private Methods

Méthode Description
Navigator_Paint ( object sender, PaintEventArgs e ) : void
btnBrowse_Click ( object sender, EventArgs e ) : void
btnBrowse_MouseEnter ( object sender, EventArgs e ) : void
btnBrowse_MouseLeave ( object sender, EventArgs e ) : void
btnGo_Click ( object sender, EventArgs e ) : void
btnGo_MouseEnter ( object sender, EventArgs e ) : void
btnGo_MouseLeave ( object sender, EventArgs e ) : void
cbxUrl_KeyUp ( object sender, KeyEventArgs e ) : void
cbxUrl_MouseEnter ( object sender, EventArgs e ) : void
cbxUrl_MouseLeave ( object sender, EventArgs e ) : void

Method Details

Navigate() public méthode

public Navigate ( ) : void
Résultat void

NavigateTo() public méthode

public NavigateTo ( string url ) : void
url string
Résultat void

Navigator() public méthode

creates an instance
public Navigator ( ) : System
Résultat System