C# Class AutoWikiBrowser.AWBWebBrowser

Inheritance: System.Windows.Forms.WebBrowser
Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SelectedText ( ) : string
TextSelectedChecked ( ) : bool

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

Method Details

CopySelectedText() public méthode

Copies the selected text (if any) to the clipboard
public CopySelectedText ( ) : void
Résultat void

Navigate() public méthode

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

PreProcessMessage() public méthode

public PreProcessMessage ( Message &msg ) : bool
msg System.Windows.Forms.Message
Résultat bool

Refresh() public méthode

public Refresh ( ) : void
Résultat void

TextSelected() public méthode

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
Résultat bool