C# Class Longkong.Pojjaman.BrowserDisplayBinding.HtmlBrowser

Inheritance: System.Windows.Forms.AxHost, IWebBrowserEvents
Afficher le fichier Open project: Longkong/Pojjaman

Méthodes publiques

Méthode Description
Activate ( ) : void
HtmlBrowser ( ) : System
Navigate ( string url ) : void
RaiseBeforeNavigate ( String url, int flags, String targetFrameName, Object &postData, String headers, System.Boolean &cancel ) : void
RaiseNavigateComplete ( String url ) : void
SetBodyText ( string text ) : void
SetHtmlText ( string text ) : void

Méthodes protégées

Méthode Description
AttachInterfaces ( ) : void
CreateSink ( ) : void
DetachSink ( ) : void
IsInputKey ( Keys keyData ) : System.Boolean

Private Methods

Méthode Description
ApplyCascadingStyleSheet ( ) : void
Me_HandleCreated ( Object s, EventArgs e ) : void
Me_NavigateComplete ( Object s, BrowserNavigateEventArgs e ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

AttachInterfaces() protected méthode

protected AttachInterfaces ( ) : void
Résultat void

CreateSink() protected méthode

protected CreateSink ( ) : void
Résultat void

DetachSink() protected méthode

protected DetachSink ( ) : void
Résultat void

HtmlBrowser() public méthode

public HtmlBrowser ( ) : System
Résultat System

IsInputKey() protected méthode

protected IsInputKey ( Keys keyData ) : System.Boolean
keyData Keys
Résultat System.Boolean

Navigate() public méthode

public Navigate ( string url ) : void
url string
Résultat void

RaiseBeforeNavigate() public méthode

public RaiseBeforeNavigate ( String url, int flags, String targetFrameName, Object &postData, String headers, System.Boolean &cancel ) : void
url String
flags int
targetFrameName String
postData Object
headers String
cancel System.Boolean
Résultat void

RaiseNavigateComplete() public méthode

public RaiseNavigateComplete ( String url ) : void
url String
Résultat void

SetBodyText() public méthode

public SetBodyText ( string text ) : void
text string
Résultat void

SetHtmlText() public méthode

public SetHtmlText ( string text ) : void
text string
Résultat void