Represents a Windows check box that binds to an OPC item.
For a list of all members of this type, see OpcComboBox Members.
Visavi.Opc.Client.Forms.OpcComboBox
[Visual Basic] Public Class OpcComboBox Inherits OpcControl [C#] public class OpcComboBox: OpcControl [C++] public __gc class OpcComboBox : public OpcControl [JScript] public class OpcComboBox extends OpcControl
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.
The OpcComboBox is required to be bound to an OPC item
that has an EUType of Enumerated. An
OpcComboBox displays an editing field combined with a
To add objects to the list at run time, assign an array of object references
with the
In addition to display and selection functionality, the OpcComboBox also
provides features that enable you to efficiently add items to the OpcComboBox
and to find text within the items of the list. The
You can use these properties to manage the currently selected item in the list,
the
The OpcComboBox 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.). The ItemID is the OPC item to which when the connection with the OPC Server is made. After selecting the server, you may browse for the item using the designer's property grid.
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