IHTMLFrameBase interface
This interface provides access to properties and methods that are common to frame and iframe elements.
Members
The IHTMLFrameBase interface inherits from the IDispatch interface. IHTMLFrameBase also has these types of members:
- Properties
Properties
The IHTMLFrameBase interface has these properties.
Property | Description |
---|---|
Sets or retrieves the space between the frames, including the 3-D border. |
|
Sets or retrieves whether to display a border for the frame. |
|
Sets or retrieves the amount of additional space between the frames. |
|
Sets or retrieves the top and bottom margin heights before displaying the text in a frame. |
|
Sets or retrieves the left and right margin widths before displaying the text in a frame. |
|
Sets or retrieves the frame name. |
|
Sets or retrieves whether the user can resize the frame. |
|
Sets or retrieves whether the frame can be scrolled. |
|
Sets or retrieves a URL to be loaded by the object. |
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
See also
Reference