ApplicationMgr.SetVisible
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
ApplicationMgr.SetVisible
Syntax
ApplicationMgr.SetVisible( exec, val)
Purpose
Specify False to hide the execution in the user interface. Hidden executions are not included in an execution list connection you establish to an ExecutionView Manager control unless you set the ExecutionListConnection.ShowHiddenExecutions property to True .
Remarks
Invisible executions are created when an execution is created with ExecTypeMask_InitiallyHidden .
Parameters
exec As Execution
[In] Specifies the execution to make visible or hidden.
val As Boolean
[In] Pass True to make the execution visible. Pass False to make the execution hidden.