QuickOPC User's Guide and Reference
BrowseDialog Class
Members 



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace : BrowseDialog Class
Displays a dialog with various nodes from which the user can select. This dialog can be configured to serve many different purposes.
Syntax
Remarks

This is a modal dialog box; therefore, when shown, it blocks the rest of the application until the user has made a selection. When a dialog box is displayed modally, no input (keyboard or mouse click) can occur except to objects on the dialog box. The program must hide or close the dialog box (usually in response to some user action) before input to the calling program can occur.

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.BaseLib.Forms.Browsing.Generalized.BrowseDialog
                        OpcLabs.EasyOpc.Forms.Browsing.OpcBrowseDialog
                        OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseDialog

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