| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > MenuStyleManager Class > MenuStyleManager Methods >====== SetTextColor ( set menu text color ) ====== | [[setmenumetric set menu style metric value .htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[setthemecolors.htm|{{btn_next_n.gif|Next page}}]] | | || **SetTextColor( **//MenuTextType//** , **//TextColor//** )** {{blk2blue.jpg|blk2blue.jpg}} | //MenuTextType// | A BYTE value representing a specific type of menu text to color. There are a series of internal equates available to easily identify these elements: | | MenuColors:NormalText | EQUATE(1) | | MenuColors:SelectedText | EQUATE(2) | | MenuColors:HotText | EQUATE(3) | | MenuColors:InactiveText | EQUATE(4) | | //TextColor// | A LONG integer that specifies a text color to use. There are approximately 4294967296 different colors in the 32-bit library. | The **SetTextColor** method sets a color for a specified //MenuTextType//. **Implementation:** The method is not called anywhere within the **MenuStyleManager** Class. It is an optional method that can be used by the developer to detect and possibly change the menu text color at runtime. **See Also:     [[gettextcolor get menu text color .htm|GetTextColor( get menu text color )]]**