DlgBillboard.SetVisible

DlgBillboard.SetVisible ( 

number  ControlID,

boolean Visible = true )

Description

Sets the visibility of a billboard control.

Parameters

ControlID

(number) The numeric ID of the billboard control.

Visible

(boolean) Whether to make the billboard control visible or invisible:

VALUE

DESCRIPTION

true

Visible. (Default)

false

Invisible.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions