Description
Makes the view invisible. Nothing from this view should appear on the device while it is hidden.
Visual Basic
Public Function Hide() As void
C#
public void Hide();
Makes the view invisible. Nothing from this view should appear on the device while it is hidden.
Public Function Hide() As void
public void Hide();