Jump to content

How do you view an object's properties?


Recommended Posts

Example:

Global $oIE = _IECreateEmbedded()

It looks like _IECreateEmbedded returns a "Webbrowser object reference" so things like the following would work for retrieving the width and height of the object width and height:

$oIE.Width

$oIE.Height

If the object is resized, the above properties do not seem to change from their initial setting.

I don't know what other property names are available for the $oIE object reference (I was just guessing "Width" and "Height" and they worked).

How do I look at the properties and other things $oIE can do? Do I need to look at the object through something like Visual C# or something along those lines or does AutoIt3 have some type of object browser?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...