VisibleRemoteObject.Hide


public function Hide

Prototype:

public function Hide()

Description:

This function hides this control by setting the Visible property to false. When instantiating a controls using the 'new' operator the Visible property is set to false by default. You must call Show for the control to appear on the client machine.

Return value:

This function returns null.