34,333
edits
Changes
→Setting WinForms Properties
== Setting WinForms Properties ==
WinForms components are essentially objects, and as such, have properties which can be set to the components appearance and behavior. As with other object properties, these can be accessed using standard dot notation. In the previous example, we used this approach to set the text of the button control:
<pre>