CHtmlEditCtrlBase::GetShowAlignedSiteTags

Returns whether a glyph is displayed for all elements that have a styleFloat property.

HRESULT GetShowAlignedSiteTags( 
   bool& bCurValue  
) const;

Parameters

  • bCurValue
    True if a glyph is displayed for all elements that have a styleFloat property; false if no glyph is displayed.

Return Value

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

Remarks

For more information, see IDM_SHOWALIGNEDSITETAGS Command ID.

Requirements

Header: afxhtml.h

See Also

Reference

CHtmlEditCtrlBase Class

CHtmlEditCtrlBase::SetShowAlignedSiteTags