|
|
|
|
|
ModifierPanelVisible (Property) In french: PanneauModifieurVisible
The property ModifierVisiblePanel property allows you to: - determine if the "Modifier" panel is displayed in a Diagram Editor control.
- show or hide the "Modifier" panel in a Diagram Editor control.
Reminder: The "Modifier" panel of a Diagram Editor control corresponds to the panel for modifying the selected element (color, line thickness, etc.). This panel is displayed on the right side of the Diagram Editor control.
EDIAG_Diagramme.PanneauBibliothèqueVisible = INT_Options[1]
EDIAG_Diagramme.PanneauModifieurVisible = INT_Options[2]
EDIAG_Diagramme.BarreOutilsVisible = INT_Options[3]
EDIAG_Diagramme.QuadrillageVisible = INT_Options[4]
Syntax
Determining if the "Modifier" panel is displayed Hide the details
<Result> = <Diagram Editor control>.ModifierPanelVisible
<Result>: Boolean - True if the "Modifier" panel is visible,
- False otherwise.
<Diagram Editor control>: Control name Name of the Diagram Editor control used.
Show or hide the "Modifier" panel Hide the details
<Diagram Editor control>.ModifierPanelVisible = <Display>
<Diagram Editor control>: Control name Name of the Diagram Editor control used. <Display>: Boolean - True to show the "Modifier" panel,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|