QuickOPC User's Guide and Reference
FormCommonDialog Class
Members 



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms Namespace : FormCommonDialog Class
Internal.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<DesignerCategoryAttribute("Component")>
Public Class FormCommonDialog 
   Inherits ConcreteCommonDialog
   Implements OpcLabs.BaseLib.Forms.ComTypes._FormCommonDialog, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, System.ComponentModel.IComponent, System.IDisposable 
'Usage
 
Dim instance As FormCommonDialog
[ComVisible(false)]
[DesignerCategory("Component")]
public class FormCommonDialog : ConcreteCommonDialog, OpcLabs.BaseLib.Forms.ComTypes._FormCommonDialog, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, System.ComponentModel.IComponent, System.IDisposable  
[ComVisible(false)]
[DesignerCategory("Component")]
public ref class FormCommonDialog : public ConcreteCommonDialog, OpcLabs.BaseLib.Forms.ComTypes._FormCommonDialog, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, 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

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