IASControl::put_Height

This method sets the height of a control.

Syntax

HRESULT put_Height( long dy );

Parameters

dy
Specifies the control’s height.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

This method must be implemented, but can return E_NOTIMPL.

See Also

IASControl::get_Height