Coupled_DeActivate_Workspace_UI Method Example
The following example de-activates the WorkSpace UI, allowing a form to act modally. This call would be made on the form's initialization.
Application.Coupled_DeActivate_Workspace_UI False
The following example de-activates the WorkSpace UI, allowing a form to act modeless. This call would be made on the form's initialization.
Application.Coupled_DeActivate_Workspace_UI True