NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.Show

Makes the control display by setting the visible property to true

[Visual Basic]
Public Sub Show()
[C#]
public void Show();
[C++]
public: void Show();
[JScript]
public function Show();

See Also

Control Class | Control Members | System.WinForms Namespace