System.Windows.Forms.Control.Hide Method

Conceals the control from the user.

Syntax

public void Hide ()

Remarks

Hiding the control is equivalent to setting the Control.Visible property to false. After the Control.Hide method is called, the Control.Visible property returns a value of false until the Control.Show 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