Property | Usage |
.bounds |
A rectangle representing the bounding rectangle of the
object in screen coordinates. |
.class |
This is the test object class name, for example "HtmlTable"
for a <Table> element. |
.text |
This is the text inside of the HTML tags for bounding the
element. For example, <A>This is an Anchor<IMG src=map.gif></a>
the text property will return "This is an
Anchor. All white space are combined and reduced to a single a
blank character if consecutive white space characters are found. |
.window |
This is the heavyweight window for the element returned as a
long. For the Browser, this is the top level window. |