Changes

Jump to: navigation, search

Creating GUIs in Windows PowerShell 1.0 with WinForms

312 bytes added, 18:22, 12 December 2008
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>

Navigation menu