C# Class NetIde.Util.Forms.BrowserControl

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: netide/netide

Private Properties

Свойство Type Description
GetControl System.Windows.Forms.Control
InitializeComponent void
_browseButton_Click void

Méthodes publiques

Méthode Description
BrowserControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnBrowse ( EventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

Méthode Description
GetControl ( ) : Control
InitializeComponent ( ) : void

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

_browseButton_Click ( object sender, EventArgs e ) : void

Method Details

BrowserControl() public méthode

public BrowserControl ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnBrowse() protected méthode

protected OnBrowse ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
Résultat void

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void