Méthode | Description | |
---|---|---|
CopySelectedText ( ) : void |
Copies the selected text (if any) to the clipboard
|
|
Navigate ( string urlString ) : void | ||
PreProcessMessage ( |
||
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
|
Méthode | Description | |
---|---|---|
SelectedText ( ) : string | ||
TextSelectedChecked ( ) : bool |
Returns whether there is currently any text selected Only works if Microsoft.mshtml.dll is available
|
public Navigate ( string urlString ) : void | ||
urlString | string | |
Résultat | void |
public PreProcessMessage ( |
||
msg | ||
Résultat | bool |