How can I use the same arrow icon as the epicor buttons?

I created a custom toolbar in Epicor and i would want to have the same icons for my buttons ‘Previous’,‘Forward’ and ‘Refresh’. Where are located the files of these images/icons so I can use them in a variable?

image

Thanks

Wow, I just found it!

I set my image to:
toolStripButton.Image = EpiUIImages.SmallEnabledImages.Images[EpiUIImages.IndexOf(“Refresh”)];

It would be useful to have a list of images available in EpiUImages, how to get them?

2 Likes