C# Class NetIde.Util.Forms.BrowserControl

Inheritance: System.Windows.Forms.Panel
显示文件 Open project: netide/netide

Private Properties

Property Type Description
GetControl System.Windows.Forms.Control
InitializeComponent void
_browseButton_Click void

Public Methods

Method Description
BrowserControl ( ) : System

Protected Methods

Method 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

Method 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 method

public BrowserControl ( ) : System
return System

Dispose() protected method

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

OnBrowse() protected method

protected OnBrowse ( EventArgs e ) : void
e System.EventArgs
return void

OnFontChanged() protected method

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
return void

SetBoundsCore() protected method

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
return void