dbicExplorerBar Send comments on this topic.
enumControlType Enumeration
See Also  
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace : enumControlType Enumeration

The overall look for the control.

Syntax

Visual Basic (Declaration) 
Public Enum enumControlType 
   Inherits System.Enum
C# 
public enum enumControlType : System.Enum 

Members

MemberDescription
ExplorerAn Explorer style.
NavigationA Navigation style.
SideBarA SideBar style.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.ExplorerBar.enumControlType

Requirements

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

See Also