DlgBillboard.GetCurrentImage

number DlgBillboard.GetCurrentImage ( 

number ControlID )

Example 1

nCurrent = DlgBillboard.GetCurrentImage(CTRL_BILLBOARD_01);

Gets the index of the current image in the billboard control with ID CTRL_BILLBOARD_01 and stores the result in the variable "nCurrent."

See also:  Related Actions