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

The type of control styling to use to set the properties of the control. For a visual guide, see Control Styles.

Syntax

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

Members

MemberDescription
DefaultThe neutral state of the enum.
Explorer_BlueSets the styling properties for a Blue Explorer style.
Explorer_OliveSets the styling properties for a Green Explorer style.
Explorer_ToolbarSets the styling properties for an Explorer Toolbar style.
Navigation_OutlookSets the styling properties for an Outlook Navigation style.
Sidebar_OutlookSets the styling properties for an Outlook Sidebar style.

Inheritance Hierarchy

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

Requirements

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

See Also