The Visavi.Opc.Client.Forms namespace contains interfaces and classes that define various objects, that may be used to browse OPC servers and their Items.
| Class | Description |
|---|---|
| BrowseItemsForm | Represents a dialog box that allows the user to browse and select an OPC item or items. |
| OpcBarmeter | Represents a barmeter (thermometer-like control) that binds to an OPC item. |
| OpcCheckBox | Represents a Windows check box that binds to an OPC item. |
| OpcComboBox | Represents a Windows combo box that binds to an OPC item. |
| OpcControl | Provides an empty control that implements methods to bind to an OPC Server. It can be used as a base class to create other controls. |
| OpcLabel | Represents a Windows label that binds to an OPC item. |
| OpcTextBox | Represents a Windows text box that binds to an OPC item. |
| OpcTrackBar | Represents a Windows trackbar that binds to an OPC item. |
| SelectServerForm | Represents a dialog box that enables the user to browse and select an OPC server on the local machine or network. |