|
|
|
|
<Dockable panel>.Activate (Function) In french: <Panneau dockable>.Active Activates a panel when several panels are docked together.
// Array to know the number of errors arrErrors is array of int ... // Force the display of the error panel if there is at least 1 error IF arrErrors.Count > 0 THEN DOPA_Errors.Activate() END
Syntax
<Result> = <Dockable Panel control>.Activate()
<Result>: Boolean - True if the panel is displayed,
- False otherwise (the panel is already active or it is not docked to other panels).
<Dockable Panel control>: Control name Dockable Panel control to use.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|