Method Hide NamespaceAlternet.UI AssemblyAlternet.UI.Common.dll Hide() Conceals the control from the user. public virtual void Hide() Remarks Hiding the control is equivalent to setting the Visible property to false. After the Hide() method is called, the Visible property returns a value of false until the Show() method is called.