다음을 통해 공유


IBrowser::put_MarginHeight (Windows CE 5.0)

Send Feedback

The MarginHeight property gets or sets the top and bottom margin heights before displaying the text in a frame.

To set the value of the MarginHeight property, call the property method described here.

To get the value of the MarginHeight property, see the get_MarginHeight property method.

Syntax

HRESULT put_MarginHeight(  long newVal);

Parameters

  • newVal
    [in] Variable that contains the margin height to set in pixels.

Return Values

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    The method completed successfully.

Remarks

Margins cannot be less than 0 pixel or so large that the text cannot be displayed.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: webvw.h
Library: wvuuid.lib

See Also

IBrowser

IBrowser::put_MarginWidth

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.