| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > MenuStyleManager Class > MenuStyleManager Methods >====== GetImage ( get image name assigned to menu part ) ====== | [[getimagebar get vertical image bar status .htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[getisverticalgradient does menu part use a vertical gradient .htm|{{btn_next_n.gif|Next page}}]] | | || **GetImage( **//MenuPart//** ), STRING** {{blk2blue.jpg|blk2blue.jpg}} | //MenuPart// | A BYTE value representing a specific area of the menu. There are a series of internal equates available to easily identify these elements: | | MenuBrushes:NormalBkgnd | EQUATE(1) !Normal Background | | MenuBrushes:SelectedBkgnd | EQUATE(2) !Selected Background | | MenuBrushes:HotBkgnd | EQUATE(3) !Hot Background | | MenuBrushes:ImageBkgnd | EQUATE(4) !Image Background | | MenuBrushes:NormalBarBkgnd | EQUATE(5) !Normal Select Bar Background | | MenuBrushes:SelectedBarBkgnd | EQUATE(6) !Selected Bar Background | | MenuBrushes:GrayBrush | EQUATE(7) !Gray Brush | | MenuBrushes:FrameBrush | EQUATE(8) !Frame Brush | The **GetImage** method is used to return the image name of a specified //ManuPart//. **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 appearance by specifying an image for a target menu area at runtime. **Return Data Type:**     STRING **See Also:     [[setimage apply image to menu part .htm|SetImage ( apply image to menu part )]]**