IHTMLFrameBase::get_frameBorderIHTMLFrameBase::get_frameBorder*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLFrameBase::put_frameBorder
*Next Topic: IHTMLFrameBase::put_frameSpacing

IHTMLFrameBase::get_frameBorder


HRESULT get_frameBorder(
    BSTR *p
);

Determines whether a border is currently being displayed for the frame.

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

Up Top of Page


IHTMLFrameBase::put_frameBorder


HRESULT put_frameBorder(
    BSTR v
);

Specifies whether to display a border for the frame.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.