Play Pause

Sport1Sport2Sport3Sport4
Description

This sample demonstrates how to display control buttons in C1LightBox.

The CtrlButtons property determines the visibility of control buttons; it is a flag enum property with the following possible values:

  • None - No control buttons are displayed.
  • Play - Displays the Play button.
  • Stop - Displays the Stop button.

LightBox displays pages in order after clicking the Play button. To play automatically after initializing, set the AutoPlay property to True.

Documentation