|
|
|
|
GalleryPopupDisplayed (Function) In french: GaleriePopupAffichée Indicates whether the automatic zoom popup of the Image Gallery control is displayed.
// Code for selecting the LOOP_Gallery control // Make caption visible when changing the image IF GalleryPopupDisplayed(LOOP_Gallery) THEN LOOP_Gallery[LOOP_Gallery].STC_IMAGE.Visible = True END
Syntax
<Result> = GalleryPopupDisplayed(<Looper control>)
<Result>: Boolean - True if the popup is displayed,
- False otherwise.
<Looper control>: Control name Name of the Looper control in Gallery mode to be used. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|