C# 클래스 AutoWikiBrowser.AWBWebBrowser

상속: System.Windows.Forms.WebBrowser
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 메소드들

메소드 설명
CopySelectedText ( ) : void

Copies the selected text (if any) to the clipboard

Navigate ( string urlString ) : void
PreProcessMessage ( Message &msg ) : bool
Refresh ( ) : void
TextSelected ( ) : bool

Returns whether there is currently any text selected Only works if Microsoft.mshtml.dll is available Check of Globals property must be in separate method to the IHTMLDocument2 code Further, on some systems even when Assembly can be loaded, it still doesn't work so require additional try/catch

비공개 메소드들

메소드 설명
SelectedText ( ) : string
TextSelectedChecked ( ) : bool

Returns whether there is currently any text selected Only works if Microsoft.mshtml.dll is available

메소드 상세

CopySelectedText() 공개 메소드

Copies the selected text (if any) to the clipboard
public CopySelectedText ( ) : void
리턴 void

Navigate() 공개 메소드

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

PreProcessMessage() 공개 메소드

public PreProcessMessage ( Message &msg ) : bool
msg System.Windows.Forms.Message
리턴 bool

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

TextSelected() 공개 메소드

Returns whether there is currently any text selected Only works if Microsoft.mshtml.dll is available Check of Globals property must be in separate method to the IHTMLDocument2 code Further, on some systems even when Assembly can be loaded, it still doesn't work so require additional try/catch
public TextSelected ( ) : bool
리턴 bool