CHtmlEditCtrlBase::Is1DElement

Determines if an element is statically positioned.

HRESULT Is1DElement( 
   bool& bValue  
) const;

Parameters

  • bValue
    True if the element is statically positioned, false otherwise.

Return Value

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

Remarks

This method sends the IDM_1D_ELEMENT command ID to the WebBrowser control.

Requirements

Header: afxhtml.h

See Also

Reference

CHtmlEditCtrlBase Class

CHtmlEditCtrlBase::Is2DElement