| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > MenuStyleManager Class > MenuStyleManager Methods >====== SetLinesEmbossed(Set embossed/3D line style) ====== | [[setlinemode.htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[setmenumetric set menu style metric value .htm|{{btn_next_n.gif|Next page}}]] | | || **SetLinesEmbossed **( //on// ) | //On// | A BYTE value that specifies if menu lines drawn are embossed. | {{blk2blue.jpg|blk2blue.jpg}} The **SetLinesEmbossed** method is use to draw an embossed style (3D effect) for vertical lines and separators. The //on// value must be TRUE(1). **Return Value:**     None **Implementation:** The **SetLinesEmbossed** method should be applied prior to the **ApplyTheme** method. Alternatively, you can also use the **SetLineMode** method to achieve the same result. **Example:** ** MenuStyleMgr.IgnoreWindowsTheme(TRUE)** ** ****MenuStyleMgr.SetLinesEmbossed(TRUE)** ** 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)]] , [[getlinesembossed.htm|GetLinesEmbossed(Get Line Embossed Mode)]]