程
序
员
自
由
职
业
MFC CMFCToolBarImages 类 公共方法:CMFCToolBarImages::IsRTL
在 MFC(Microsoft Foundation Classes)中,CMFCToolBarImages 类确实包含名为 IsRTL 的公共方法。这个方法用于检查工具栏图像是否处于“右到左”(RTL)的布局模式。
以下是 IsRTL 方法的原型:
BOOL IsRTL() const;
调用这个方法将返回 BOOL 类型的值,表示工具栏图像是否处于 RTL 布局模式。如果返回 TRUE,则表示 RTL 布局模式;如果返回 FALSE,则表示非 RTL 布局模式。
转载请注明出处:
http://www.zyzy.cn/article/detail/20382/MFC/CMFCToolBarImages
最新文章
Win32 API:DwmTetherContact 函数(Dwmapi.h)
Win32 API:DwmRegisterThumbnail 函数(Dwmapi.h)
Win32 API:DwmQueryThumbnailSourceSize 函数(Dwmapi.h)
Win32 API:DwmIsCompositionEnabled 函数(Dwmapi.h)
Win32 API:DwmGetWindowAttribute 函数(Dwmapi.h)
Win32 API:DwmGetCompositionTimingInfo 函数(Dwmapi.h)
Win32 API:DwmGetColorizationColor 函数(Dwmapi.h)
Win32 API:DwmFlush 函数(Dwmapi.h)
Win32 API:DwmExtendFrameIntoClientArea 函数(Dwmapi.h)
Win32 API:DwmEnableComposition 函数(Dwmapi.h)
Win32 API:DwmEnableBlurBehindWindow 函数(Dwmapi.h)
Win32 API:DSROLE_SERVER_STATE 枚举(Dsrole.h)
Win32 API:DSROLE_PRIMARY_DOMAIN_INFO_LEVEL 枚举(Dsrole.h)
Win32 API:DSROLE_OPERATION_STATE 枚举(Dsrole.h)
Win32 API:DSROLE_MACHINE_ROLE 枚举(Dsrole.h)
Win32 API:DSROLE_UPGRADE_STATUS_INFO 结构(Dsrole.h)
Win32 API:DSROLE_PRIMARY_DOMAIN_INFO_BASIC 结构(Dsrole.h)
Win32 API:DsRoleGetPrimaryDomainInformation 函数(Dsrole.h)
Win32 API:DsRoleFreeMemory 函数(Dsrole.h)
Win32 API:DSQUERYPARAMS 结构(Dsquery.h)