Visavi Visual OPC .NET  

OpcControl Class

Represents a Windows check box that binds to an OPC item.

For a list of all members of this type, see  OpcControl Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     Visavi.Opc.Client.Forms.OpcControl

[Visual Basic]
 Public Class OpcControl
   Inherits OpcControl
[C#]
 public class OpcControl: OpcControl
[C++]
 public __gc class OpcControl : public OpcControl
[JScript]
public class OpcControl extends OpcControl

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Remarks

The OpcControl extends the UserControl to support to bind the control to an OPC server.

The OpcControl class provides properties that specify to which OPC Server to connect, when to connect to that server, and the OPC groups to add to the server after the connection is made. The ServerIdentifier property identifies the server to which the connection will be made. Using the designer's property grid, you may browse your network for the server, or you may type in a URI type string that identifies the server. The ConnectionScheme property determines when the client connects to the server (i.e. Runtime only, Design-time only, Manually, etc.).

Requirements

Namespace: Visavi.Opc.Client.Forms

Platforms:  Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

Assembly: Visavi.Opc.Client.Forms

See Also

OpcControl Members | Visavi.Opc.Client.Forms Namespace