In fact, the toolbar images of wordpad are from a bitmap resource.
As a quick solution, you can open wordpad.exe file in Visual Studio, export the bitmap resource, then import into your own resources.
Further, create an imagelist based on that bitmap, and so on...