Pankaj Pareek
Pankaj Pareek

Reputation: 589

Handle navigate from one icon to another icon.?

I am currently working on a standard windows mobile application .I am creating 3 columns and three rows. i want to show 9 icons on form. But which event is used to handle navigate from one icon to another icon.?

Thanx

Upvotes: 0

Views: 44

Answers (1)

ctacke
ctacke

Reputation: 67198

You don't say what these rows and columns are in. A custom control? They're each seaprate controls? Something else? If they are each separate controls, then they will have a GotFocus and LostFocus event that you could use.

Upvotes: 1

Related Questions