Table of Contents

Method Show

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Show()

Displays the control to the user.

public virtual void Show()

Remarks

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