|
|
|
|
|
PaneVisible (Property) In french: VoletVisible
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.
// 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|