QuickOPC User's Guide and Reference
OpcDialog Class
Members 



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace : OpcDialog Class
A dialog for OPC Classic.
Object Model
OpcDialog ClassEasyAEClientSelector ClassEasyDAClientSelector Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcDialog)>
<ComVisibleAttribute(False)>
<GuidAttribute("CB6BC10D-BDAE-4567-9470-8C1CCEBE54EE")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<DesignerCategoryAttribute("Component")>
Public Class OpcDialog 
   Inherits OpcLabs.BaseLib.Forms.SizableCommonDialog
   Implements OpcLabs.BaseLib.Forms.ComTypes._FormCommonDialog, OpcLabs.BaseLib.Forms.ComTypes._SizableCommonDialog, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcDialog, System.ComponentModel.IComponent, System.IDisposable 
'Usage
 
Dim instance As OpcDialog
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcDialog)]
[ComVisible(false)]
[Guid("CB6BC10D-BDAE-4567-9470-8C1CCEBE54EE")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[DesignerCategory("Component")]
public class OpcDialog : OpcLabs.BaseLib.Forms.SizableCommonDialog, OpcLabs.BaseLib.Forms.ComTypes._FormCommonDialog, OpcLabs.BaseLib.Forms.ComTypes._SizableCommonDialog, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcDialog, System.ComponentModel.IComponent, System.IDisposable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcDialog)]
[ComVisible(false)]
[Guid("CB6BC10D-BDAE-4567-9470-8C1CCEBE54EE")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[DesignerCategory("Component")]
public ref class OpcDialog : public OpcLabs.BaseLib.Forms.SizableCommonDialog, OpcLabs.BaseLib.Forms.ComTypes._FormCommonDialog, OpcLabs.BaseLib.Forms.ComTypes._SizableCommonDialog, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcDialog, System.ComponentModel.IComponent, System.IDisposable  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.CommonDialog
            OpcLabs.BaseLib.Forms.ConcreteCommonDialog
               OpcLabs.BaseLib.Forms.FormCommonDialog
                  OpcLabs.BaseLib.Forms.SizableCommonDialog
                     OpcLabs.EasyOpc.Forms.Browsing.OpcDialog
                        OpcLabs.EasyOpc.Forms.Browsing.OpcComputerAndServerDialog
                        OpcLabs.EasyOpc.Forms.Browsing.OpcServerDialog

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