CHtmlEditCtrlBase::GetShowBRTags

Retrieves whether the WebBrowser displays a glyph for br tags.

HRESULT GetShowBRTags( 
   bool& bCurValue  
) const;

Parameters

  • bCurValue
    True if the WebBrowser displays a glyph for br tags, false if it doesn't.

Return Value

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

Remarks

For more information, see IDM_SHOWWBRTAGS Command ID.

Requirements

Header: afxhtml.h

See Also

Reference

CHtmlEditCtrlBase Class

CHtmlEditCtrlBase::SetShowBRTags