以下是该方法的一般格式和说明:
BOOL COleControl::AmbientShowHatching() const;
返回值说明:
- BOOL: 如果环境中允许显示图案填充,则返回 TRUE;否则返回 FALSE。
AmbientShowHatching 方法允许 ActiveX 控件获取其周围环境中是否启用了图案填充。图案填充通常用于指示正在进行操作的控件。
转载请注明出处:http://www.zyzy.cn/article/detail/21142/MFC/COleControl
BOOL COleControl::AmbientShowHatching() const;