ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help