C# Class Longkong.Pojjaman.BrowserDisplayBinding.HtmlBrowser

Inheritance: System.Windows.Forms.AxHost, IWebBrowserEvents
ファイルを表示 Open project: Longkong/Pojjaman

Public Methods

Method 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

Protected Methods

Method Description
AttachInterfaces ( ) : void
CreateSink ( ) : void
DetachSink ( ) : void
IsInputKey ( Keys keyData ) : System.Boolean

Private Methods

Method Description
ApplyCascadingStyleSheet ( ) : void
Me_HandleCreated ( Object s, EventArgs e ) : void
Me_NavigateComplete ( Object s, BrowserNavigateEventArgs e ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

AttachInterfaces() protected method

protected AttachInterfaces ( ) : void
return void

CreateSink() protected method

protected CreateSink ( ) : void
return void

DetachSink() protected method

protected DetachSink ( ) : void
return void

HtmlBrowser() public method

public HtmlBrowser ( ) : System
return System

IsInputKey() protected method

protected IsInputKey ( Keys keyData ) : System.Boolean
keyData Keys
return System.Boolean

Navigate() public method

public Navigate ( string url ) : void
url string
return void

RaiseBeforeNavigate() public method

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
return void

RaiseNavigateComplete() public method

public RaiseNavigateComplete ( String url ) : void
url String
return void

SetBodyText() public method

public SetBodyText ( string text ) : void
text string
return void

SetHtmlText() public method

public SetHtmlText ( string text ) : void
text string
return void