C# Класс AutoWikiBrowser.AWBWebBrowser

Наследование: System.Windows.Forms.WebBrowser
Показать файл Открыть проект

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

Метод Описание
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