DlgBillboard.SetSize

DlgBillboard.SetSize ( 

number ControlID,

number Width,

number Height )

Description

Sets the size of a billboard control.

Parameters

ControlID

(number) The numeric ID of the billboard control.

Width

(number) The new width of the billboard control in pixels.

Height

(number) The new height of the billboard control in pixels.

Returns

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

See also:  Related Actions