dbicExplorerBar Send comments on this topic.
dbiExplorerList Class
See Also  Members  
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace : dbiExplorerList Class

Represents a List in the control. Each list can contain items, panels or navigation buttons depending on the settings of the ControlType Property.

Object Model

dbiExplorerList ClassExplorerItemCollection ClassdbiExplorerItem Class

Syntax

Visual Basic (Declaration) 
Public Class dbiExplorerList 
   Inherits System.Windows.Forms.Panel
C# 
public class dbiExplorerList : System.Windows.Forms.Panel 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.Panel
                  Dbi.WinControl.ExplorerBar.dbiExplorerList

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also