Access properties controls of a window from a page in WPF
Posted
by toni
on Stack Overflow
See other posts from Stack Overflow
or by toni
Published on 2010-03-23T21:07:36Z
Indexed on
2010/03/24
22:23 UTC
Read the original article
Hit count: 349
Hi, My problem is that I want to access from a page to the properties of a control (button, textblock, label, or a menuitem of the window....) placed in a window. The page is placed into the window. How can I do this? Is there any method to find controls by name in a specific window or page or entire application?
Thanks.
© Stack Overflow or respective owner