CMFCVisualManager::SetFadeInactiveImage

启用或禁用非活动图像的光线影响到菜单或工具栏。

void SetFadeInactiveImage(
   BOOL bFade = TRUE
);

参数

  • [in] bFade
    指定是否启用光线影响的boolean参数。

备注

此功能控制非活动映像是否在菜单或工具栏显示退颜色的。使用方法 CMFCVisualManager::IsFadeInactiveImage 确定此功能是否已启用。

要求

标头: afxvisualmanager.h

请参见

参考

CMFCVisualManager选件类

层次结构图

CMFCVisualManager::IsFadeInactiveImage