Table of Contents

Method Hide

Namespace
Alternet.UI
Assembly
Alternet.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.