CHtmlEditCtrlBase::GetShowAllTags

Returns whether the WebBrowser displays glyphs to show the location of all tags in a document.

HRESULT GetShowAllTags( 
   bool& bCurValue  
) const;

Parameters

  • bCurValue
    True if the WebBrowser displays glyphs to show the location of all tags in a document; false if it does not.

Return Value

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

Remarks

For more information, see IDM_SHOWALLTAGS Command ID.

Requirements

Header: afxhtml.h

See Also

Reference

CHtmlEditCtrlBase Class

CHtmlEditCtrlBase::SetShowAllTags