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



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()>
<DefaultValueAttribute(True)>
Public Property ParallelInteraction As Boolean
'Usage
 
Dim instance As WindowsFormsInteractionParameters
Dim value As Boolean
 
instance.ParallelInteraction = value
 
value = instance.ParallelInteraction
[DataMember()]
[DefaultValue(true)]
public bool ParallelInteraction {get; set;}
[DataMember()]
[DefaultValue(true)]
public:
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