AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The PaneVisible property is used to:
  • determine if the pane of the Image Editor control is visible,
  • show or hide the pane of the Image Editor control.
Example
// Don't display the pane in the editor
IE_Editor.PaneVisible = False
Syntax

Determining if the pane of the Image Editor control is visible Hide the details

<Result> = <Image Editor control>.PaneVisible
<Result>: Boolean
  • True if the control pane is visible,
  • False otherwise.
<Image Editor control>: Control name
Name of the Image Editor control to use.

Showing or hiding the pane of the Image Editor control Hide the details

<Image Editor control>.PaneVisible = <Visibility>
<Image Editor control>: Control name
Name of Image Editor control to use.
<Visibility>: Boolean
  • True if the control pane must be visible,
  • False if the control pane must be invisible.
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local