DlgBillboard.SetPos

DlgBillboard.SetPos ( 

number ControlID,

number X,

number Y )

Description

Sets the X and Y pixel coordinates of a billboard control relative to the screen.

Parameters

ControlID

(string) The numeric ID of the billboard control.

X

(number) The new X pixel coordinate (horizontal position) to set for the billboard control. This is the X coordinate of the upper left hand corner of the control's bounding box relative to the current screen.

Y

(number) The new Y pixel coordinate (vertical position) to set for the billboard control. This is the Y coordinate of the upper left hand corner of the control's bounding box relative to the current screen.

Returns

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

See also:  Related Actions