This invisible control provides convenient access the OpcGroup object. Read, Write functios and and data change handling is supported. The parameters needed for a read/write call for multiple items can be defined in the Visual Studio Designer. In write calls the value can be easily filled into the prepared parameter structures. Data change callbacks can be configured to write the value into a control property (e.g. textBox.Text) or passed to a user handler assigned on an item base.
Visual Basic (Declaration) | |
---|---|
<ToolboxBitmapAttribute()> <DefaultPropertyAttribute("OwnerForm")> Public Class DAGroup Inherits System.ComponentModel.Component |
C# | |
---|---|
[ToolboxBitmapAttribute()] [DefaultPropertyAttribute("OwnerForm")] public class DAGroup : System.ComponentModel.Component |
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
OPCDA.NET.Controls.DAGroup