C# 클래스 Longkong.Pojjaman.BrowserDisplayBinding.HtmlBrowser

상속: System.Windows.Forms.AxHost, IWebBrowserEvents
파일 보기 프로젝트 열기: Longkong/Pojjaman

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
AttachInterfaces ( ) : void
CreateSink ( ) : void
DetachSink ( ) : void
IsInputKey ( Keys keyData ) : System.Boolean

비공개 메소드들

메소드 설명
ApplyCascadingStyleSheet ( ) : void
Me_HandleCreated ( Object s, EventArgs e ) : void
Me_NavigateComplete ( Object s, BrowserNavigateEventArgs e ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

AttachInterfaces() 보호된 메소드

protected AttachInterfaces ( ) : void
리턴 void

CreateSink() 보호된 메소드

protected CreateSink ( ) : void
리턴 void

DetachSink() 보호된 메소드

protected DetachSink ( ) : void
리턴 void

HtmlBrowser() 공개 메소드

public HtmlBrowser ( ) : System
리턴 System

IsInputKey() 보호된 메소드

protected IsInputKey ( Keys keyData ) : System.Boolean
keyData Keys
리턴 System.Boolean

Navigate() 공개 메소드

public Navigate ( string url ) : void
url string
리턴 void

RaiseBeforeNavigate() 공개 메소드

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
리턴 void

RaiseNavigateComplete() 공개 메소드

public RaiseNavigateComplete ( String url ) : void
url String
리턴 void

SetBodyText() 공개 메소드

public SetBodyText ( string text ) : void
text string
리턴 void

SetHtmlText() 공개 메소드

public SetHtmlText ( string text ) : void
text string
리턴 void