C# Класс Skybound.Gecko.GeckoWebBrowser

A Gecko-based web browser.
Наследование: System.Windows.Forms.Control, nsIWebBrowserChrome, nsIContextMenuListener2, nsIWebProgressListener, nsIInterfaceRequestor, nsIEmbeddingSiteWindow2, nsISupportsWeakReference, nsIWeakReference, nsIDOMEventListener, nsISHistoryListener, nsITooltipListener
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
NavigateFinishedNotifier NavigateFinishedNotifier

Защищенные свойства (Protected)

Свойство Тип Описание
m_wrapper GtkDotNet.GtkWrapperNoThread

Private Properties

Свойство Тип Описание
CanPerform bool
GetFocus System.IntPtr
IsChild bool
Navigate bool
UnloadDocument void
ViewInSystemBrowser void
nsIEmbeddingSiteWindow IntPtr
nsIEmbeddingSiteWindow bool
nsIEmbeddingSiteWindow string
nsIEmbeddingSiteWindow2 IntPtr
nsIEmbeddingSiteWindow2 bool
nsIEmbeddingSiteWindow2 string
nsIInterfaceRequestor IntPtr
nsISHistoryListener bool
nsISHistoryListener bool
nsISHistoryListener bool
nsISHistoryListener bool
nsISupportsWeakReference nsIWeakReference
nsIWeakReference IntPtr
nsIWebBrowserChrome System.UInt32
nsIWebBrowserChrome bool
nsIWebBrowserChrome nsIWebBrowser

Открытые методы

Метод Описание
AddMessageEventListener ( string eventName, Action action ) : void

Register a listener for a custom jscrip-initiated MessageEvent https://developer.mozilla.org/en/DOM/document.createEvent http://help.dottoro.com/ljknkjqd.php

CopyImageContents ( ) : bool

Copies the image contents of the selection to the clipboard as an image.

CopyImageLocation ( ) : bool

Copies the location of the currently selected image to the clipboard.

CopyLinkLocation ( ) : bool

Copies the location of the currently selected link to the clipboard.

CopySelection ( ) : bool

Copies the selection to the clipboard.

CutSelection ( ) : bool

Cuts the selection to the clipboard.

EnableConsoleMessageNotfication ( ) : void
EnableJavascriptDebugger ( ) : void
ExecuteCommand ( string name ) : void

Executes the command with the specified name.

GeckoWebBrowser ( ) : System

Initializes a new instance of GeckoWebBrowser.

GetBitmap ( uint width, uint height ) : Bitmap

Return a Bitmap Image of the current WebBrowsers Rendered page. Not supported on Linux - use OffScreenGeckoWebBrowser.

GetBitmap ( uint xOffset, uint yOffset, uint width, uint height ) : Bitmap

Return a Bitmap Image of the current WebBrowsers Rendered page.

GetMarkupDocumentViewer ( ) : GeckoMarkupDocumentViewer
GoBack ( ) : bool

Navigates to the previous page in the history, if one is available.

GoForward ( ) : bool

Navigates to the next page in the history, if one is available.

LoadHtml ( string htmlDocument ) : void

Loads supplied html string. Note: LoadHtml isn't intended to load complex Html Documents. In order to find out when LoadHtml has finished attach a handler to NavigateFinishedNotifier.NavigateFinished.

Navigate ( string url, GeckoLoadFlags loadFlags ) : bool

Navigates to the specified URL using the given load flags. In order to find out when Navigate has finished attach a handler to NavigateFinishedNotifier.NavigateFinished.

Navigate ( string url, GeckoLoadFlags loadFlags, string referrer, GeckoMIMEInputStream postData ) : bool

Navigates to the specified URL using the given load flags, referrer and post data In order to find out when Navigate has finished attach a handler to NavigateFinishedNotifier.NavigateFinished.

Navigate ( string url ) : void

Navigates to the specified URL. In order to find out when Navigate has finished attach a handler to NavigateFinishedNotifier.NavigateFinished.

Paste ( ) : bool

Pastes the contents of the clipboard at the current selection.

Redo ( ) : bool

Redoes last undone command.

Reload ( ) : bool

Reloads the current page.

Reload ( GeckoLoadFlags flags ) : bool

Reloads the current page using the specified flags.

SaveDocument ( string path ) : void

Saves the current document to the specified file name.

SaveDocument ( string path, string outputMimeType ) : void

Saves the current document to the specified file name.

SelectAll ( ) : void

Selects the entire document.

SelectNone ( ) : void

Empties the current selection.

SetSecurityState ( GeckoSecurityState value ) : void
ShowPageProperties ( ) : void

Displays a properties dialog for the current page.

ShowPageProperties ( GeckoDocument document ) : void
Stop ( ) : void

Cancels any pending navigation and also stops any sound or animation.

Undo ( ) : bool

Undoes last executed command.

UpdateCommandStatus ( ) : void

Raises the CanGoBackChanged or CanGoForwardChanged events when necessary.

ViewSource ( ) : void

Opens a new window which contains the source code for the current page.

ViewSource ( string url ) : void

Opens a new window which contains the source code for the specified page.

nsIContextMenuListener2 ( uint aContextFlags, nsIContextMenuInfo info ) : void
nsIDOMEventListener ( nsIDOMEvent e ) : void
nsIEmbeddingSiteWindow ( ) : void
nsIEmbeddingSiteWindow ( bool aVisibility ) : void
nsIEmbeddingSiteWindow ( string aTitle ) : void
nsIEmbeddingSiteWindow ( uint flags, int &x, int &y, int &cx, int &cy ) : void
nsIEmbeddingSiteWindow2 ( ) : void
nsIEmbeddingSiteWindow2 ( bool aVisibility ) : void
nsIEmbeddingSiteWindow2 ( string aTitle ) : void
nsIEmbeddingSiteWindow2 ( uint flags, int &x, int &y, int &cx, int &cy ) : void
nsISHistoryListener ( nsIURI aNewURI ) : void
nsITooltipListener ( ) : void
nsITooltipListener ( int aXCoords, int aYCoords, string aTipText ) : void
nsIWebBrowserChrome ( ) : void
nsIWebBrowserChrome ( int status ) : void
nsIWebBrowserChrome ( int cx, int cy ) : void
nsIWebBrowserChrome ( nsIWebBrowser webBrowser ) : void
nsIWebBrowserChrome ( uint flags ) : void
nsIWebBrowserChrome ( uint statusType, string status ) : void
nsIWebProgressListener ( nsIWebProgress aWebProgress, nsIRequest aRequest, int aCurSelfProgress, int aMaxSelfProgress, int aCurTotalProgress, int aMaxTotalProgress ) : void
nsIWebProgressListener ( nsIWebProgress aWebProgress, nsIRequest aRequest, int aStatus, string aMessage ) : void
nsIWebProgressListener ( nsIWebProgress aWebProgress, nsIRequest aRequest, nsIURI aLocation ) : void
nsIWebProgressListener ( nsIWebProgress aWebProgress, nsIRequest aRequest, uint aState ) : void
nsIWebProgressListener ( nsIWebProgress aWebProgress, nsIRequest aRequest, uint aStateFlags, int aStatus ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
OnCanGoBackChanged ( EventArgs e ) : void

Raises the CanGoBackChanged event.

OnCanGoForwardChanged ( EventArgs e ) : void

Raises the CanGoForwardChanged event.

OnConsoleMessage ( ConsoleMessageEventArgs e ) : void
OnCreateWindow ( GeckoCreateWindowEventArgs e ) : void

Raises the CreateWindow event.

OnDocumentCompleted ( EventArgs e ) : void

Raises the DocumentCompleted event.

OnDocumentTitleChanged ( EventArgs e ) : void

Raises the DocumentTitleChanged event.

OnDomClick ( GeckoDomEventArgs e ) : void

Raises the DomClick event.

OnDomCompositionEnd ( GeckoDomEventArgs e ) : void

Raises the DomCompositionEnd event.

OnDomCompositionStart ( GeckoDomEventArgs e ) : void

Raises the DomCompositionStart event.

OnDomContentChanged ( GeckoDomEventArgs e ) : void

Raises the DomContentChangedEvent event.

OnDomContextMenu ( GeckoDomMouseEventArgs e ) : void

Raises the DomContextMenu event.

OnDomDoubleClick ( GeckoDomEventArgs e ) : void

Raises the DomDoubleClick event.

OnDomFocus ( GeckoDomEventArgs e ) : void

Raises the DomFocus event.

OnDomKeyDown ( GeckoDomKeyEventArgs e ) : void

Raises the DomKeyDown event.

OnDomKeyPress ( GeckoDomKeyEventArgs e ) : void

Raises the DomKeyPress event.

OnDomKeyUp ( GeckoDomKeyEventArgs e ) : void

Raises the DomKeyUp event.

OnDomMouseDown ( GeckoDomMouseEventArgs e ) : void

Raises the DomMouseDown event.

OnDomMouseMove ( GeckoDomMouseEventArgs e ) : void

Raises the DomMouseMove event.

OnDomMouseOut ( GeckoDomMouseEventArgs e ) : void

Raises the DomMouseOut event.

OnDomMouseOver ( GeckoDomMouseEventArgs e ) : void

Raises the DomMouseOver event.

OnDomMouseScroll ( GeckoDomMouseEventArgs e ) : void

Raises the DOMMouseScroll event.

OnDomMouseUp ( GeckoDomMouseEventArgs e ) : void

Raises the DomMouseUp event.

OnDomSubmit ( GeckoDomEventArgs e ) : void

Raises the DomSubmit event.

OnEnter ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnHistoryGoBack ( GeckoHistoryEventArgs e ) : void

Raises the HistoryGoBack event.

OnHistoryGoForward ( GeckoHistoryEventArgs e ) : void

Raises the HistoryGoForward event.

OnHistoryGotoIndex ( GeckoHistoryGotoIndexEventArgs e ) : void

Raises the HistoryGotoIndex event.

OnHistoryNewEntry ( GeckoHistoryEventArgs e ) : void

Raises the HistoryNewEntry event.

OnHistoryPurge ( GeckoHistoryPurgeEventArgs e ) : void

Raises the HistoryPurge event.

OnHistoryReload ( GeckoHistoryEventArgs e ) : void

Raises the HistoryReload event.

OnJavascriptError ( JavascriptErrorEventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnLoad ( GeckoDomEventArgs e ) : void

Raises the LoadEvent event.

OnNavigated ( GeckoNavigatedEventArgs e ) : void

Raises the Navigated event.

OnNavigating ( GeckoNavigatingEventArgs e ) : void

Raises the Navigating event.

OnPaint ( PaintEventArgs e ) : void
OnProgressChanged ( GeckoProgressEventArgs e ) : void

Raises the ProgressChanged event.

OnSecurityStateChanged ( EventArgs e ) : void

Raises the SecurityStateChanged event.

OnShowContextMenu ( GeckoContextMenuEventArgs e ) : void

Raises the ShowContextMenu event.

OnSizeChanged ( EventArgs e ) : void
OnStatusTextChanged ( EventArgs e ) : void

Raises the StatusTextChanged event.

OnWindowClosed ( EventArgs e ) : void

Raises the WindowClosed event.

OnWindowSetBounds ( GeckoWindowSetBoundsEventArgs e ) : void

Raises the WindowSetBounds event.

WndProc ( Message &m ) : void

Приватные методы

Метод Описание
CanPerform ( CanPerformMethod method ) : bool
GetFocus ( ) : IntPtr
IsChild ( IntPtr hWndParent, IntPtr hwnd ) : bool
Navigate ( string url, GeckoLoadFlags loadFlags, string referrer, byte postData, string additionalHeaders ) : bool
UnloadDocument ( ) : void
ViewInSystemBrowser ( string url ) : void
nsIEmbeddingSiteWindow ( ) : IntPtr
nsIEmbeddingSiteWindow ( ) : bool
nsIEmbeddingSiteWindow ( ) : string
nsIEmbeddingSiteWindow2 ( ) : IntPtr
nsIEmbeddingSiteWindow2 ( ) : bool
nsIEmbeddingSiteWindow2 ( ) : string
nsIInterfaceRequestor ( Guid &uuid ) : IntPtr
nsISHistoryListener ( int aNumEntries ) : bool
nsISHistoryListener ( int aIndex, nsIURI aGotoURI ) : bool
nsISHistoryListener ( nsIURI aBackURI ) : bool
nsISHistoryListener ( nsIURI aReloadURI, uint aReloadFlags ) : bool
nsISupportsWeakReference ( ) : nsIWeakReference
nsIWeakReference ( Guid &uuid ) : IntPtr
nsIWebBrowserChrome ( ) : UInt32
nsIWebBrowserChrome ( ) : bool
nsIWebBrowserChrome ( ) : nsIWebBrowser

Описание методов

AddMessageEventListener() публичный Метод

Register a listener for a custom jscrip-initiated MessageEvent https://developer.mozilla.org/en/DOM/document.createEvent http://help.dottoro.com/ljknkjqd.php
public AddMessageEventListener ( string eventName, Action action ) : void
eventName string
action Action
Результат void

CopyImageContents() публичный Метод

Copies the image contents of the selection to the clipboard as an image.
public CopyImageContents ( ) : bool
Результат bool

CopyImageLocation() публичный Метод

Copies the location of the currently selected image to the clipboard.
public CopyImageLocation ( ) : bool
Результат bool

CopyLinkLocation() публичный Метод

Copies the location of the currently selected link to the clipboard.
public CopyLinkLocation ( ) : bool
Результат bool

CopySelection() публичный Метод

Copies the selection to the clipboard.
public CopySelection ( ) : bool
Результат bool

CutSelection() публичный Метод

Cuts the selection to the clipboard.
public CutSelection ( ) : bool
Результат bool

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EnableConsoleMessageNotfication() публичный Метод

public EnableConsoleMessageNotfication ( ) : void
Результат void

EnableJavascriptDebugger() публичный Метод

public EnableJavascriptDebugger ( ) : void
Результат void

ExecuteCommand() публичный Метод

Executes the command with the specified name.
public ExecuteCommand ( string name ) : void
name string The name of the command to execute. See http://developer.mozilla.org/en/docs/Editor_Embedding_Guide for a list of available commands.
Результат void

GeckoWebBrowser() публичный Метод

Initializes a new instance of GeckoWebBrowser.
public GeckoWebBrowser ( ) : System
Результат System

GetBitmap() публичный Метод

Return a Bitmap Image of the current WebBrowsers Rendered page. Not supported on Linux - use OffScreenGeckoWebBrowser.
public GetBitmap ( uint width, uint height ) : Bitmap
width uint Width of the bimap
height uint Height of the bitmap
Результат System.Drawing.Bitmap

GetBitmap() публичный Метод

Return a Bitmap Image of the current WebBrowsers Rendered page.
public GetBitmap ( uint xOffset, uint yOffset, uint width, uint height ) : Bitmap
xOffset uint
yOffset uint
width uint Width of the bitmap
height uint Height of the bitmap
Результат System.Drawing.Bitmap

GetMarkupDocumentViewer() публичный Метод

public GetMarkupDocumentViewer ( ) : GeckoMarkupDocumentViewer
Результат GeckoMarkupDocumentViewer

GoBack() публичный Метод

Navigates to the previous page in the history, if one is available.
public GoBack ( ) : bool
Результат bool

GoForward() публичный Метод

Navigates to the next page in the history, if one is available.
public GoForward ( ) : bool
Результат bool

LoadHtml() публичный Метод

Loads supplied html string. Note: LoadHtml isn't intended to load complex Html Documents. In order to find out when LoadHtml has finished attach a handler to NavigateFinishedNotifier.NavigateFinished.
public LoadHtml ( string htmlDocument ) : void
htmlDocument string
Результат void

Navigate() публичный Метод

Navigates to the specified URL using the given load flags. In order to find out when Navigate has finished attach a handler to NavigateFinishedNotifier.NavigateFinished.
public Navigate ( string url, GeckoLoadFlags loadFlags ) : bool
url string The url to navigate to. If the url is empty or null, the browser does not navigate and the method returns false.
loadFlags GeckoLoadFlags Flags which specify how the page is loaded.
Результат bool

Navigate() публичный Метод

Navigates to the specified URL using the given load flags, referrer and post data In order to find out when Navigate has finished attach a handler to NavigateFinishedNotifier.NavigateFinished.
public Navigate ( string url, GeckoLoadFlags loadFlags, string referrer, GeckoMIMEInputStream postData ) : bool
url string The url to navigate to. If the url is empty or null, the browser does not navigate and the method returns false.
loadFlags GeckoLoadFlags Flags which specify how the page is loaded.
referrer string The referring URL, or null.
postData GeckoMIMEInputStream post data and headers, or null
Результат bool

Navigate() публичный Метод

Navigates to the specified URL. In order to find out when Navigate has finished attach a handler to NavigateFinishedNotifier.NavigateFinished.
public Navigate ( string url ) : void
url string The url to navigate to.
Результат void

OnCanGoBackChanged() защищенный Метод

Raises the CanGoBackChanged event.
protected OnCanGoBackChanged ( EventArgs e ) : void
e System.EventArgs The data for the event.
Результат void

OnCanGoForwardChanged() защищенный Метод

Raises the CanGoForwardChanged event.
protected OnCanGoForwardChanged ( EventArgs e ) : void
e System.EventArgs The data for the event.
Результат void

OnConsoleMessage() защищенный Метод

protected OnConsoleMessage ( ConsoleMessageEventArgs e ) : void
e ConsoleMessageEventArgs
Результат void

OnCreateWindow() защищенный Метод

Raises the CreateWindow event.
protected OnCreateWindow ( GeckoCreateWindowEventArgs e ) : void
e GeckoCreateWindowEventArgs The data for the event.
Результат void

OnDocumentCompleted() защищенный Метод

Raises the DocumentCompleted event.
protected OnDocumentCompleted ( EventArgs e ) : void
e System.EventArgs The data for the event.
Результат void

OnDocumentTitleChanged() защищенный Метод

Raises the DocumentTitleChanged event.
protected OnDocumentTitleChanged ( EventArgs e ) : void
e System.EventArgs The data for the event.
Результат void

OnDomClick() защищенный Метод

Raises the DomClick event.
protected OnDomClick ( GeckoDomEventArgs e ) : void
e GeckoDomEventArgs The data for the event.
Результат void

OnDomCompositionEnd() защищенный Метод

Raises the DomCompositionEnd event.
protected OnDomCompositionEnd ( GeckoDomEventArgs e ) : void
e GeckoDomEventArgs The data for the event.
Результат void

OnDomCompositionStart() защищенный Метод

Raises the DomCompositionStart event.
protected OnDomCompositionStart ( GeckoDomEventArgs e ) : void
e GeckoDomEventArgs The data for the event.
Результат void

OnDomContentChanged() защищенный Метод

Raises the DomContentChangedEvent event.
protected OnDomContentChanged ( GeckoDomEventArgs e ) : void
e GeckoDomEventArgs The data for the event.
Результат void

OnDomContextMenu() защищенный Метод

Raises the DomContextMenu event.
protected OnDomContextMenu ( GeckoDomMouseEventArgs e ) : void
e GeckoDomMouseEventArgs The data for the event.
Результат void

OnDomDoubleClick() защищенный Метод

Raises the DomDoubleClick event.
protected OnDomDoubleClick ( GeckoDomEventArgs e ) : void
e GeckoDomEventArgs The data for the event.
Результат void

OnDomFocus() защищенный Метод

Raises the DomFocus event.
protected OnDomFocus ( GeckoDomEventArgs e ) : void
e GeckoDomEventArgs The data for the event.
Результат void

OnDomKeyDown() защищенный Метод

Raises the DomKeyDown event.
protected OnDomKeyDown ( GeckoDomKeyEventArgs e ) : void
e GeckoDomKeyEventArgs The data for the event.
Результат void

OnDomKeyPress() защищенный Метод

Raises the DomKeyPress event.
protected OnDomKeyPress ( GeckoDomKeyEventArgs e ) : void
e GeckoDomKeyEventArgs The data for the event.
Результат void

OnDomKeyUp() защищенный Метод

Raises the DomKeyUp event.
protected OnDomKeyUp ( GeckoDomKeyEventArgs e ) : void
e GeckoDomKeyEventArgs The data for the event.
Результат void

OnDomMouseDown() защищенный Метод

Raises the DomMouseDown event.
protected OnDomMouseDown ( GeckoDomMouseEventArgs e ) : void
e GeckoDomMouseEventArgs The data for the event.
Результат void

OnDomMouseMove() защищенный Метод

Raises the DomMouseMove event.
protected OnDomMouseMove ( GeckoDomMouseEventArgs e ) : void
e GeckoDomMouseEventArgs The data for the event.
Результат void

OnDomMouseOut() защищенный Метод

Raises the DomMouseOut event.
protected OnDomMouseOut ( GeckoDomMouseEventArgs e ) : void
e GeckoDomMouseEventArgs The data for the event.
Результат void

OnDomMouseOver() защищенный Метод

Raises the DomMouseOver event.
protected OnDomMouseOver ( GeckoDomMouseEventArgs e ) : void
e GeckoDomMouseEventArgs The data for the event.
Результат void

OnDomMouseScroll() защищенный Метод

Raises the DOMMouseScroll event.
protected OnDomMouseScroll ( GeckoDomMouseEventArgs e ) : void
e GeckoDomMouseEventArgs The data for the event.
Результат void

OnDomMouseUp() защищенный Метод

Raises the DomMouseUp event.
protected OnDomMouseUp ( GeckoDomMouseEventArgs e ) : void
e GeckoDomMouseEventArgs The data for the event.
Результат void

OnDomSubmit() защищенный Метод

Raises the DomSubmit event.
protected OnDomSubmit ( GeckoDomEventArgs e ) : void
e GeckoDomEventArgs The data for the event.
Результат void

OnEnter() защищенный Метод

protected OnEnter ( EventArgs e ) : void
e System.EventArgs
Результат void

OnHandleCreated() защищенный Метод

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Результат void

OnHistoryGoBack() защищенный Метод

Raises the HistoryGoBack event.
protected OnHistoryGoBack ( GeckoHistoryEventArgs e ) : void
e GeckoHistoryEventArgs The data for the event.
Результат void

OnHistoryGoForward() защищенный Метод

Raises the HistoryGoForward event.
protected OnHistoryGoForward ( GeckoHistoryEventArgs e ) : void
e GeckoHistoryEventArgs The data for the event.
Результат void

OnHistoryGotoIndex() защищенный Метод

Raises the HistoryGotoIndex event.
protected OnHistoryGotoIndex ( GeckoHistoryGotoIndexEventArgs e ) : void
e GeckoHistoryGotoIndexEventArgs The data for the event.
Результат void

OnHistoryNewEntry() защищенный Метод

Raises the HistoryNewEntry event.
protected OnHistoryNewEntry ( GeckoHistoryEventArgs e ) : void
e GeckoHistoryEventArgs The data for the event.
Результат void

OnHistoryPurge() защищенный Метод

Raises the HistoryPurge event.
protected OnHistoryPurge ( GeckoHistoryPurgeEventArgs e ) : void
e GeckoHistoryPurgeEventArgs The data for the event.
Результат void

OnHistoryReload() защищенный Метод

Raises the HistoryReload event.
protected OnHistoryReload ( GeckoHistoryEventArgs e ) : void
e GeckoHistoryEventArgs The data for the event.
Результат void

OnJavascriptError() защищенный Метод

protected OnJavascriptError ( JavascriptErrorEventArgs e ) : void
e JavascriptErrorEventArgs
Результат void

OnLeave() защищенный Метод

protected OnLeave ( EventArgs e ) : void
e System.EventArgs
Результат void

OnLoad() защищенный Метод

Raises the LoadEvent event.
protected OnLoad ( GeckoDomEventArgs e ) : void
e GeckoDomEventArgs The data for the event.
Результат void

OnNavigated() защищенный Метод

Raises the Navigated event.
protected OnNavigated ( GeckoNavigatedEventArgs e ) : void
e GeckoNavigatedEventArgs The data for the event.
Результат void

OnNavigating() защищенный Метод

Raises the Navigating event.
protected OnNavigating ( GeckoNavigatingEventArgs e ) : void
e GeckoNavigatingEventArgs The data for the event.
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnProgressChanged() защищенный Метод

Raises the ProgressChanged event.
protected OnProgressChanged ( GeckoProgressEventArgs e ) : void
e GeckoProgressEventArgs The data for the event.
Результат void

OnSecurityStateChanged() защищенный Метод

Raises the SecurityStateChanged event.
protected OnSecurityStateChanged ( EventArgs e ) : void
e System.EventArgs The data for the event.
Результат void

OnShowContextMenu() защищенный Метод

Raises the ShowContextMenu event.
protected OnShowContextMenu ( GeckoContextMenuEventArgs e ) : void
e GeckoContextMenuEventArgs The data for the event.
Результат void

OnSizeChanged() защищенный Метод

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

OnStatusTextChanged() защищенный Метод

Raises the StatusTextChanged event.
protected OnStatusTextChanged ( EventArgs e ) : void
e System.EventArgs The data for the event.
Результат void

OnWindowClosed() защищенный Метод

Raises the WindowClosed event.
protected OnWindowClosed ( EventArgs e ) : void
e System.EventArgs The data for the event.
Результат void

OnWindowSetBounds() защищенный Метод

Raises the WindowSetBounds event.
protected OnWindowSetBounds ( GeckoWindowSetBoundsEventArgs e ) : void
e GeckoWindowSetBoundsEventArgs The data for the event.
Результат void

Paste() публичный Метод

Pastes the contents of the clipboard at the current selection.
public Paste ( ) : bool
Результат bool

Redo() публичный Метод

Redoes last undone command.
public Redo ( ) : bool
Результат bool

Reload() публичный Метод

Reloads the current page.
public Reload ( ) : bool
Результат bool

Reload() публичный Метод

Reloads the current page using the specified flags.
public Reload ( GeckoLoadFlags flags ) : bool
flags GeckoLoadFlags
Результат bool

SaveDocument() публичный Метод

Saves the current document to the specified file name.
public SaveDocument ( string path ) : void
path string
Результат void

SaveDocument() публичный Метод

Saves the current document to the specified file name.
public SaveDocument ( string path, string outputMimeType ) : void
path string Patht to the file you want to save
outputMimeType string the mimmtype of the save file, or null
Результат void

SelectAll() публичный Метод

Selects the entire document.
public SelectAll ( ) : void
Результат void

SelectNone() публичный Метод

Empties the current selection.
public SelectNone ( ) : void
Результат void

SetSecurityState() публичный Метод

public SetSecurityState ( GeckoSecurityState value ) : void
value GeckoSecurityState
Результат void

ShowPageProperties() публичный Метод

Displays a properties dialog for the current page.
public ShowPageProperties ( ) : void
Результат void

ShowPageProperties() публичный Метод

public ShowPageProperties ( GeckoDocument document ) : void
document GeckoDocument
Результат void

Stop() публичный Метод

Cancels any pending navigation and also stops any sound or animation.
public Stop ( ) : void
Результат void

Undo() публичный Метод

Undoes last executed command.
public Undo ( ) : bool
Результат bool

UpdateCommandStatus() публичный Метод

Raises the CanGoBackChanged or CanGoForwardChanged events when necessary.
public UpdateCommandStatus ( ) : void
Результат void

ViewSource() публичный Метод

Opens a new window which contains the source code for the current page.
public ViewSource ( ) : void
Результат void

ViewSource() публичный Метод

Opens a new window which contains the source code for the specified page.
public ViewSource ( string url ) : void
url string
Результат void

WndProc() защищенный Метод

protected WndProc ( Message &m ) : void
m Message
Результат void

nsIContextMenuListener2() публичный Метод

public nsIContextMenuListener2 ( uint aContextFlags, nsIContextMenuInfo info ) : void
aContextFlags uint
info nsIContextMenuInfo
Результат void

nsIDOMEventListener() публичный Метод

public nsIDOMEventListener ( nsIDOMEvent e ) : void
e nsIDOMEvent
Результат void

nsIEmbeddingSiteWindow() публичный Метод

public nsIEmbeddingSiteWindow ( ) : void
Результат void

nsIEmbeddingSiteWindow() публичный Метод

public nsIEmbeddingSiteWindow ( bool aVisibility ) : void
aVisibility bool
Результат void

nsIEmbeddingSiteWindow() публичный Метод

public nsIEmbeddingSiteWindow ( string aTitle ) : void
aTitle string
Результат void

nsIEmbeddingSiteWindow() публичный Метод

public nsIEmbeddingSiteWindow ( uint flags, int &x, int &y, int &cx, int &cy ) : void
flags uint
x int
y int
cx int
cy int
Результат void

nsIEmbeddingSiteWindow2() публичный Метод

public nsIEmbeddingSiteWindow2 ( ) : void
Результат void

nsIEmbeddingSiteWindow2() публичный Метод

public nsIEmbeddingSiteWindow2 ( bool aVisibility ) : void
aVisibility bool
Результат void

nsIEmbeddingSiteWindow2() публичный Метод

public nsIEmbeddingSiteWindow2 ( string aTitle ) : void
aTitle string
Результат void

nsIEmbeddingSiteWindow2() публичный Метод

public nsIEmbeddingSiteWindow2 ( uint flags, int &x, int &y, int &cx, int &cy ) : void
flags uint
x int
y int
cx int
cy int
Результат void

nsISHistoryListener() публичный Метод

public nsISHistoryListener ( nsIURI aNewURI ) : void
aNewURI nsIURI
Результат void

nsITooltipListener() публичный Метод

public nsITooltipListener ( ) : void
Результат void

nsITooltipListener() публичный Метод

public nsITooltipListener ( int aXCoords, int aYCoords, string aTipText ) : void
aXCoords int
aYCoords int
aTipText string
Результат void

nsIWebBrowserChrome() публичный Метод

public nsIWebBrowserChrome ( ) : void
Результат void

nsIWebBrowserChrome() публичный Метод

public nsIWebBrowserChrome ( int status ) : void
status int
Результат void

nsIWebBrowserChrome() публичный Метод

public nsIWebBrowserChrome ( int cx, int cy ) : void
cx int
cy int
Результат void

nsIWebBrowserChrome() публичный Метод

public nsIWebBrowserChrome ( nsIWebBrowser webBrowser ) : void
webBrowser nsIWebBrowser
Результат void

nsIWebBrowserChrome() публичный Метод

public nsIWebBrowserChrome ( uint flags ) : void
flags uint
Результат void

nsIWebBrowserChrome() публичный Метод

public nsIWebBrowserChrome ( uint statusType, string status ) : void
statusType uint
status string
Результат void

nsIWebProgressListener() публичный Метод

public nsIWebProgressListener ( nsIWebProgress aWebProgress, nsIRequest aRequest, int aCurSelfProgress, int aMaxSelfProgress, int aCurTotalProgress, int aMaxTotalProgress ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aCurSelfProgress int
aMaxSelfProgress int
aCurTotalProgress int
aMaxTotalProgress int
Результат void

nsIWebProgressListener() публичный Метод

public nsIWebProgressListener ( nsIWebProgress aWebProgress, nsIRequest aRequest, int aStatus, string aMessage ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aStatus int
aMessage string
Результат void

nsIWebProgressListener() публичный Метод

public nsIWebProgressListener ( nsIWebProgress aWebProgress, nsIRequest aRequest, nsIURI aLocation ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aLocation nsIURI
Результат void

nsIWebProgressListener() публичный Метод

public nsIWebProgressListener ( nsIWebProgress aWebProgress, nsIRequest aRequest, uint aState ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aState uint
Результат void

nsIWebProgressListener() публичный Метод

public nsIWebProgressListener ( nsIWebProgress aWebProgress, nsIRequest aRequest, uint aStateFlags, int aStatus ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aStateFlags uint
aStatus int
Результат void

Описание свойств

NavigateFinishedNotifier публичное свойство

public NavigateFinishedNotifier,Skybound.Gecko NavigateFinishedNotifier
Результат NavigateFinishedNotifier

m_wrapper защищенное свойство

protected GtkDotNet.GtkWrapperNoThread m_wrapper
Результат GtkDotNet.GtkWrapperNoThread