OPC Studio User's Guide and Reference
ParallelInteraction Property (WindowsFormsInteractionParameters)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Forms.Interaction Namespace > WindowsFormsInteractionParameters Class : ParallelInteraction Property
Determines whether to show notifications to the user in parallel, in one common dialog.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property ParallelInteraction As Boolean
 
'Usage
 
Dim instance As WindowsFormsInteractionParameters
Dim value As Boolean
 
instance.ParallelInteraction = value
 
value = instance.ParallelInteraction

Property Value

The default value of this property is True.

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also