Contents Index Topic Contents | ||
Previous Topic: IHTMLFrameBase::put_border Next Topic: IHTMLFrameBase::put_frameBorder |
IHTMLFrameBase::get_border
HRESULT get_border( VARIANT *p );Retrieves the thickness of the border.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the thickness.
Setting a border to zero or omitting the attribute causes no border to be displayed. Supplying the border attribute without a value defaults to a single border.
See also put_border
IHTMLFrameBase::put_border
HRESULT put_border( VARIANT v );Specifies the thickness of the border.
- Returns S_OK if successful, or an error value otherwise.
- v
- String or value specifying the thickness.
Setting a border to zero or omitting the attribute causes no border to be displayed. Supplying the border attribute without a value defaults to a single border.
See also get_border
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.