CHtmlEditCtrlBase::GetShowUnknownTags

Retrieves whether the WebBrowser displays a glyph for all unknown tags.

HRESULT GetShowUnknownTags(
   bool& bCurValue 
) const;

Parameters

  • bCurValue
    True if the WebBrowser displays a glyph for all unknown tags, false if it does not.

Return Value

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

Remarks

For more information, see IDM_SHOWUNKNOWNTAGS Command ID.

Requirements

Header: afxhtml.h

See Also

Concepts

CHtmlEditCtrlBase Class

CHtmlEditCtrlBase Members

CHtmlEditCtrlBase::SetShowUnknownTags