Method Show NamespaceAlternet.UI AssemblyAlternet.UI.Common.dll Show() Displays the control to the user. 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.