Provides a menu images factories for use by a menu control. 
- Header
 #include <xtd/forms/menu_images>
  
- Namespace
 - xtd::forms 
 
- Library
 - xtd.forms 
 
 | 
| static xtd::drawing::image  | file_new () | 
|   | File new image object.  
  | 
|   | 
| static xtd::drawing::image  | file_new (const xtd::string &theme) | 
|   | File new image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | file_new (const xtd::drawing::size &size) | 
|   | File new image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | file_new (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | File new image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | file_open () | 
|   | File open image object.  
  | 
|   | 
| static xtd::drawing::image  | file_open (const xtd::string &theme) | 
|   | File open image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | file_open (const xtd::drawing::size &size) | 
|   | File open image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | file_open (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | File open image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | file_save () | 
|   | File save image object.  
  | 
|   | 
| static xtd::drawing::image  | file_save (const xtd::string &theme) | 
|   | File save image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | file_save (const xtd::drawing::size &size) | 
|   | File save image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | file_save (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | File save image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | file_print () | 
|   | File print image object.  
  | 
|   | 
| static xtd::drawing::image  | file_print (const xtd::string &theme) | 
|   | File print image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | file_print (const xtd::drawing::size &size) | 
|   | File print image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | file_print (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | File print image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | file_print_preview () | 
|   | File print preview image object.  
  | 
|   | 
| static xtd::drawing::image  | file_print_preview (const xtd::string &theme) | 
|   | File print preview image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | file_print_preview (const xtd::drawing::size &size) | 
|   | File print preview image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | file_print_preview (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | File print preview image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | file_exit () | 
|   | File exit image object.  
  | 
|   | 
| static xtd::drawing::image  | file_exit (const xtd::string &theme) | 
|   | File exit image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | file_exit (const xtd::drawing::size &size) | 
|   | File exit image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | file_exit (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | File exit image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | edit_undo () | 
|   | Edit undo image object.  
  | 
|   | 
| static xtd::drawing::image  | edit_undo (const xtd::string &theme) | 
|   | Edit undo image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | edit_undo (const xtd::drawing::size &size) | 
|   | Edit undoEdit undo image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | edit_undo (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | Edit undo image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | edit_redo () | 
|   | Edit undo image object.  
  | 
|   | 
| static xtd::drawing::image  | edit_redo (const xtd::string &theme) | 
|   | Edit undo image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | edit_redo (const xtd::drawing::size &size) | 
|   | Edit undo image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | edit_redo (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | Edit undo image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | edit_cut () | 
|   | Edit cut image object.  
  | 
|   | 
| static xtd::drawing::image  | edit_cut (const xtd::string &theme) | 
|   | Edit cut image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | edit_cut (const xtd::drawing::size &size) | 
|   | Edit cut image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | edit_cut (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | Edit cut image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | edit_copy () | 
|   | Edit copy image object.  
  | 
|   | 
| static xtd::drawing::image  | edit_copy (const xtd::string &theme) | 
|   | Edit copy image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | edit_copy (const xtd::drawing::size &size) | 
|   | Edit copy image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | edit_copy (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | Edit copy image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | edit_paste () | 
|   | Edit paste image object.  
  | 
|   | 
| static xtd::drawing::image  | edit_paste (const xtd::string &theme) | 
|   | Edit paste image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | edit_paste (const xtd::drawing::size &size) | 
|   | Edit paste image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | edit_paste (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | Edit paste image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | view_back () | 
|   | View back image object.  
  | 
|   | 
| static xtd::drawing::image  | view_back (const xtd::string &theme) | 
|   | View back image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | view_back (const xtd::drawing::size &size) | 
|   | View back image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | view_back (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | View back image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | view_forward () | 
|   | View forward image object.  
  | 
|   | 
| static xtd::drawing::image  | view_forward (const xtd::string &theme) | 
|   | View forward image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | view_forward (const xtd::drawing::size &size) | 
|   | View forward image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | view_forward (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | View forward image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::image  | help_about () | 
|   | Help about image object.  
  | 
|   | 
| static xtd::drawing::image  | help_about (const xtd::string &theme) | 
|   | Help about image object with specified theme.  
  | 
|   | 
| static xtd::drawing::image  | help_about (const xtd::drawing::size &size) | 
|   | Help about image object with specified size.  
  | 
|   | 
| static xtd::drawing::image  | help_about (const xtd::string &theme, const xtd::drawing::size &size) | 
|   | Help about image object with specified theme and size.  
  | 
|   | 
| static xtd::drawing::size  | size () | 
|   | Gets the height and width of the menu images.  
  | 
|   | 
| static xtd::drawing::image  | from_name (const xtd::string &name) | 
|   | Gets image object with specified name.  
  | 
|   | 
| static xtd::drawing::image  | from_name (const xtd::string &theme, const xtd::string &name) | 
|   | Gets image object with specified theme and name.  
  | 
|   | 
| static xtd::drawing::image  | from_name (const xtd::string &name, const xtd::drawing::size &size) | 
|   | Gets image object with specified name and size.  
  | 
|   | 
| static xtd::drawing::image  | from_name (const xtd::string &theme, const xtd::string &name, const xtd::drawing::size &size) | 
|   | Gets image object with specified theme, name and size.  
  | 
|   |