DlgBillboard.Navigate

DlgBillboard.Navigate ( 

number ControlID,

number NavigateType )

Example 1

DlgBillboard.Navigate(CTRL_BILLBOARD_01, BILLBOARD_NEXT);

Navigates to the next image in the billboard control whose ID is CTRL_BILLBOARD_01.

See also:  Related Actions