프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
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 ( |
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, |
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.
|
public CloseBrowser ( bool onlyIfIsAlternativeWindow = false ) : void | ||
onlyIfIsAlternativeWindow | bool | if set to |
리턴 | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected OnFormClosing ( |
||
e | The |
|
리턴 | void |
public Setup ( |
||
setting | The setting. | |
리턴 | void |
public StartOrResetBrowser ( bool ignoreAutoStart = false, bool disableReload = false, bool onlyIfIsEmergencyWindow = false, bool ignoreVisibility = false ) : void | ||
ignoreAutoStart | bool | if set to |
disableReload | bool | if set to |
onlyIfIsEmergencyWindow | bool | if set to |
ignoreVisibility | bool | if set to |
리턴 | void |