Contents Index Topic Contents | ||
Previous Topic: IHTMLFrameSetElement::put_frameBorder Next Topic: IHTMLFrameSetElement::put_frameSpacing |
IHTMLFrameSetElement::get_frameBorder
HRESULT get_frameBorder( BSTR *p );Determines whether a border is currently being displayed for the frame.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives "Yes" if the frame has an inset border, or "No" if it has no border.
See also put_frameBorder
IHTMLFrameSetElement::put_frameBorder
HRESULT put_frameBorder( BSTR v );Specifies whether to display a border for the frame.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying whether to display a border. If this parameter is "Yes", the frame will have an inset border. If it is "No", the frame will have no border. Any other value turns on the borders.
See also get_frameBorder
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.