| IFrame Properties | 
The IFrame type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Browser | 
            Returns the browser that this frame belongs to.
             | 
|  | Identifier | 
            Returns the globally unique identifier for this frame or < 0 if the underlying frame does not yet exist.
             | 
|  | IsDisposed | 
            Gets a value indicating whether the frame has been disposed of.
             | 
|  | IsFocused | 
            Returns true if this is the focused frame.
             | 
|  | IsMain | 
            Returns true if this is the main (top-level) frame.
             | 
|  | IsValid | 
            True if this object is currently attached to a valid frame.
             | 
|  | Name | 
            Returns the name for this frame. If the frame has an assigned name (for
            example, set via the iframe "name" attribute) then that value will be
            returned. Otherwise a unique name will be constructed based on the frame
            parent hierarchy. The main (top-level) frame will always have an empty name
            value.
             | 
|  | Parent | 
            Returns the parent of this frame or NULL if this is the main (top-level) frame.
             | 
|  | Url | 
            Returns the URL currently loaded in this frame.
             | 
 See Also
See Also