메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
SelectedText ( ) : string | ||
TextSelectedChecked ( ) : bool |
Returns whether there is currently any text selected Only works if Microsoft.mshtml.dll is available
|
public PreProcessMessage ( |
||
msg | ||
리턴 | bool |