Skip to main content

All Questions

Tagged with
-2 votes
3 answers
137 views

Access UI form controls from another class into your main form in C#

How can I use my UI form controls from another class? I want to work with these controls in another class, then call it into my main form. The problem is that the new class I created can't seem to ...
taji01's user avatar
  • 2,615
0 votes
1 answer
82 views

Visibility of Class field-data of Mouse Clicked ImageButton located within WrapPanel

I am attempting to obtain class-data associated with a mouse-clicked ImageButton; which ImageButton is located within a Scollviewer wrapped WrapPanel and filled with numerous other ImageButtons. The ...
Bill's user avatar
  • 345