Michał Ziober
Michał Ziober

Reputation: 38710

Button BackgroundImage Property

I am trying to write an application on Windows Mobile but I am experiencing a problem.

I want to draw a picture of arrows on the button but I do not know how to do this.

How can I accomplish this?

Upvotes: 0

Views: 365

Answers (1)

kgiannakakis
kgiannakakis

Reputation: 104196

You need to draw a custom control. See this link for an example. You can draw the icon using Graphics.DrawImage function.

Upvotes: 1

Related Questions