IASControl::get_Height

This method retrieves the height of a control.

Syntax

HRESULT get_Height( long *pdy );

Parameters

pdy
Pointer to 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. However, it should be fully implemented if IASControl::get_Bounds is implemented.

See Also

IASControl::put_Height, IASControl::GetBounds