QuickOPC User's Guide and Reference
ParallelInteraction Property (_WindowsFormsInteractionParameters)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Forms.Interaction.ComTypes Namespace > _WindowsFormsInteractionParameters Interface : ParallelInteraction Property
Determines whether to show notifications to the user in parallel, in one common dialog.
Syntax
'Declaration
 
Property ParallelInteraction As Boolean
'Usage
 
Dim instance As _WindowsFormsInteractionParameters
Dim value As Boolean
 
instance.ParallelInteraction = value
 
value = instance.ParallelInteraction
bool ParallelInteraction {get; set;}
property bool ParallelInteraction {
   bool get();
   void set (    bool value);
}
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