VisibleRemoteObject.Show


public function Show

Prototype:

public function Show ()

Description:

This function shows this control by setting the Visible property to true. 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.