[]
IHTMLDocument2
interface.
[Guid("332C4425-26CB-11D0-B483-00C04FD90119")]
[InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
public interface IHTMLDocument2
Name | Description |
---|---|
Script |
|
activeElement |
|
alinkColor |
|
all |
|
anchors |
|
applets |
|
bgColor |
|
body |
|
charset |
|
cookie |
|
defaultCharset |
|
designMode |
|
domain |
|
embeds |
|
expando |
|
fgColor |
|
fileCreatedDate |
|
fileModifiedDate |
|
fileSize |
|
fileUpdatedDate |
|
forms |
|
frames |
|
images |
|
lastModified |
|
linkColor |
|
links |
|
location |
|
mimeType |
|
nameProp |
|
onafterupdate |
|
onbeforeupdate |
|
onclick |
|
ondblclick |
|
ondragstart |
|
onerrorupdate |
|
onhelp |
|
onkeydown |
|
onkeypress |
|
onkeyup |
|
onmousedown |
|
onmousemove |
|
onmouseout |
|
onmouseover |
|
onmouseup |
|
onreadystatechange |
|
onrowenter |
|
onrowexit |
|
onselectstart |
|
parentWindow |
|
plugins |
|
protocol |
|
readyState |
|
referrer |
|
scripts |
|
security |
|
selection |
|
styleSheets |
|
title |
|
url |
|
vlinkColor |
|
Name | Description |
---|---|
clear() |
|
close() |
|
createElement(string) |
|
createStyleSheet(string, int) |
|
elementFromPoint(int, int) |
|
execCommand(string, bool, object) |
|
execCommandShowHelp(string) |
|
open(string, object, object, object) |
|
queryCommandEnabled(string) |
|
queryCommandIndeterm(string) |
|
queryCommandState(string) |
|
queryCommandSupported(string) |
|
queryCommandText(string) |
|
queryCommandValue(string) |
|
toString() |
|
write(object) |
|
writeln(object) |
|