QuickOPC User's Guide and Reference
ConcreteCommonDialog Class
Members 



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

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