CHtmlEditCtrlBase::GetAbsolutePosition

Returns whether an element's position property is "absolute."

HRESULT GetAbsolutePosition(
   bool& bCurValue 
) const;

Parameters

  • bCurValue
    True if the element's position property is set to "absolute."

Return Value

Returns S_OK on success, or an error HRESULT on failure.

Remarks

For more information, see IDM_ABSOLUTE_POSITION Command ID.

Requirements

Header: afxhtml.h

See Also

Concepts

CHtmlEditCtrlBase Class

CHtmlEditCtrlBase Members

CHtmlEditCtrlBase::SetAbsolutePosition