System.Windows.Forms.Control.Show Method

Displays the control to the user.

Syntax

public void Show ()

Remarks

Showing the control is equivalent to setting the Control.Visible property to true. After the Control.Show method is called, the Control.Visible property returns a value of true until the Control.Hide method is called.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0