DlgBillboard.Navigate

DlgBillboard.Navigate ( 

number ControlID,

number NavigateType )

Description

Navigates to an image in a billboard control.

Parameters

ControlID

(number) The numeric ID of the billboard control.

NavigateType

(number) The type of navigation to perform. Choose from one of the following values:

CONSTANT

VALUE

DESCRIPTION

BILLBOARD_FIRST

0

Navigate to the first image.

BILLBOARD_LAST

1

Navigate to the last image.

BILLBOARD_NEXT

2

Navigate to the next image.

BILLBOARD_PREV

3

Navigate to the previous image.

BILLBOARD_RANDOM

4

Navigate to a random image.

Returns

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

See also:  Related Actions