This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Control.Hide
Hides the control by setting the visible property to false;
[Visual Basic]
Public Sub Hide()
[C#]
public void Hide();
[C++]
public: void Hide();
[JScript]
public function Hide();
See Also
Control Class | Control Members | System.WinForms Namespace