Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~67 People Reached
Favorite Forums
Member Avatar for elektrobrain

the problem: i have a winforms user control. inside of it i have a textbox. my goal is to access this child textbox properties directly. for example: instead of > mycontrol.textbox.text = "example"; i want > mycontrol.text = "example"; the catch: i don't want to use any overrides because there …

Member Avatar for nick.crane
0
67