C# 클래스 At.FF.Krems.FullscreenBrowser.GeckoBrowser

The gecko browser.
상속: System.Windows.Forms.Form, IGeckoBrowser
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

Private Properties

프로퍼티 타입 설명
BrowserOnDomContentLoaded void
BrowserOnDomKeyDown void
BrowserOnDomMouseScroll void
GeckoBrowserHandleCreated void
Initialize void
InitializeComponent void

공개 메소드들

메소드 설명
CloseBrowser ( bool onlyIfIsAlternativeWindow = false ) : void

Closes the browser.

GeckoBrowser ( ) : System

Initializes a new instance of the GeckoBrowser class.

Init ( ) : void

Initializes this instance.

Reset ( ) : void

Resets this instance.

ResetZoom ( ) : void

Resets the zoom.

Setup ( Window setting ) : void

Setups the specified setting.

StartOrResetBrowser ( bool ignoreAutoStart = false, bool disableReload = false, bool onlyIfIsEmergencyWindow = false, bool ignoreVisibility = false ) : void

Starts or resets the browser.

ZoomIn ( ) : void

The zoom in.

ZoomOut ( ) : void

The zoom out.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Raises the E:FormClosing event.

비공개 메소드들

메소드 설명
BrowserOnDomContentLoaded ( object sender, Gecko.DomEventArgs domEventArgs ) : void

Performs actions on browser when DOM content loaded.

BrowserOnDomKeyDown ( object sender, Gecko.DomKeyEventArgs domKeyEventArgs ) : void

The browser on dom key down.

BrowserOnDomMouseScroll ( object sender, Gecko.DomMouseEventArgs domMouseEventArgs ) : void

Browsers the on DOM mouse scroll.

GeckoBrowserHandleCreated ( object sender, EventArgs e ) : void

The gecko browser handle created.

Initialize ( bool force = false ) : void

Initializes this instance.

InitializeComponent ( ) : void

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

메소드 상세

CloseBrowser() 공개 메소드

Closes the browser.
public CloseBrowser ( bool onlyIfIsAlternativeWindow = false ) : void
onlyIfIsAlternativeWindow bool if set to true [only if is alternative window].
리턴 void

Dispose() 보호된 메소드

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

GeckoBrowser() 공개 메소드

Initializes a new instance of the GeckoBrowser class.
public GeckoBrowser ( ) : System
리턴 System

Init() 공개 메소드

Initializes this instance.
public Init ( ) : void
리턴 void

OnFormClosing() 보호된 메소드

Raises the E:FormClosing event.
protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs The instance containing the event data.
리턴 void

Reset() 공개 메소드

Resets this instance.
public Reset ( ) : void
리턴 void

ResetZoom() 공개 메소드

Resets the zoom.
public ResetZoom ( ) : void
리턴 void

Setup() 공개 메소드

Setups the specified setting.
public Setup ( Window setting ) : void
setting At.FF.Krems.Configuration.XML.Window The setting.
리턴 void

StartOrResetBrowser() 공개 메소드

Starts or resets the browser.
public StartOrResetBrowser ( bool ignoreAutoStart = false, bool disableReload = false, bool onlyIfIsEmergencyWindow = false, bool ignoreVisibility = false ) : void
ignoreAutoStart bool if set to true ignores flag of automatic start.
disableReload bool if set to true disable reload.
onlyIfIsEmergencyWindow bool if set to true [only if is emergency window].
ignoreVisibility bool if set to true [ignore visibility].
리턴 void

ZoomIn() 공개 메소드

The zoom in.
public ZoomIn ( ) : void
리턴 void

ZoomOut() 공개 메소드

The zoom out.
public ZoomOut ( ) : void
리턴 void