QuickOPC User's Guide and Reference
IValueControl Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel Namespace : IValueControl Interface
A control that is associated with a value.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
Public Interface IValueControl 
'Usage
 
Dim instance As IValueControl
[CLSCompliant(true)]
[ComVisible(false)]
public interface IValueControl 
[CLSCompliant(true)]
[ComVisible(false)]
public interface class IValueControl 
Remarks

This is a generalized value control concept that is independent of the concrete UX framework, such as Windows Forms.

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