CHtmlEditCtrlBase::SetShowCommentTags

显示所有注释标记的标志符号。

HRESULT SetShowCommentTags( 
   bool bNewValue  
) const;

参数

  • bNewValue
    如果为true,显示标志符号的所有注释标记。

返回值

返回在成功的S_OK或在失败时错误HRESULT。

备注

此方法 IDM SHOWCOMMENTTAGS命令ID 发送到浏览器控件。

要求

Header: afxhtml.h

请参见

参考

CHtmlEditCtrlBase Class

CHtmlEditCtrlBase::GetShowCommentTags