| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > MenuStyleManager Class > MenuStyleManager Methods >====== IsWindowsThemeIgnored(Detect if OS Theme is Ignored) ====== | [[initmenuinterface initialize menu properties .htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[menuhasgradient does menu part have gradient applied .htm|{{btn_next_n.gif|Next page}}]] | | || **IsWindowsThemeIgnored **( ) {{blk2blue.jpg|blk2blue.jpg}} The **IsWindowsThemeIgnored **method returns if the MenuStyle interface is currently ignoring (e.g., not using) the operating system's theme colors. If TRUE, the operating system's theme colors are not being used. **Return Value:**     BOOLEAN Implementation: **IsWindowsThemeIgnored **is used in the **UseCustomTheme** method to allow the MenuStyle interface method to ignore all operating system theme colors. **Example:** **IF MenuStyleMgr.IsWindowsThemeIgnored()** **  MenuStyleMgr.UseCustomTheme()** **END** **See also:** UseCustomTheme