.. highlightlang:: us .. index:: VideoShowPlaybar .. _videoshowplaybar: VideoShowPlaybar ================ .. us.tag VideoShowPlaybar NOTREADYENGLISH Video-set New5503 :ref:`VideoShowPlaybar` shows or hides the playbar. The playbar displays a Start/Stop button and a slider to set the position. .. function:: bool = VideoShowPlaybar(hVideo, bShow) .. us.return **Return Value** Is TRUE (1), if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hVideo Identifies the Video. .. uparam:: bShow If *bShow* is TRUE (1), the playbar is enabled. .. us.comment **Comment** .. image:: S:/uniplot-obj/images/playbar.* .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.50.3 - New. .. seealso:: :ref:`overview-videos`, :ref:`VideoCreate`, :ref:`VideoIsPlaybar` :sub:`id-1090439`