| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > MenuStyleManager Class > MenuStyleManager Methods >====== GetLinesEmbossed(Get Line Embossed Mode) ====== | [[getlinemode.htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[getmenumetric get menu style metric value .htm|{{btn_next_n.gif|Next page}}]] | | || **GetLinesEmbossed **() {{blk2blue.jpg|blk2blue.jpg}} The **GetLinesEmbossed** method is use to return if an embossed style (3D effect) for vertical lines and separators is active. **Return Value:**     BYTE **Implementation:** The **GetLinesEmbossed** method is a tool for the developer to detect whether embossing is active, and to toggle it if needed. **Example:** ** IF ****MenuStyleMgr.GetLinesEmbossed()  Toggle Embossed Mode** **  MenuStyleMgr.SetLinesEmbossed(FALSE)** ** ELSE** **  MenuStyleMgr.SetLinesEmbossed(TRUE)** ** END** ** MenuStyleMgr.ApplyTheme()** ** MenuStyleMgr.Refresh(TRUE)** **See Also:** [[applytheme set menu colors and indicators .htm|ApplyTheme(Set Menu Colors and Indicators)]], [[setlinemode.htm|SetLineMode (Set Menu Line Styles)]] , [[setlinesembossed.htm|SetLinesEmbossed(Set embossed/3D line style)]]