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
Ranked #107.73K
1 Posted Topic
Hi I am new to programming and to the c# syntax. Can someone explain to me what [B]this[/B] refers to in the snippet of code below [CODE]using System; using System.Windows.Forms; class MyTestButtonClass : Form { private Button myButton; // Constructor method public MyTestButtonClass() { myButton = new Button(); myButton.Text = …
The End.
newtoc#