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

The style of arrow to be displayed.

Syntax

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

Members

MemberDescription
Double

Two V shaped arrows.

SingleA single V shaped arrow.
SolidA solid arrow.

Inheritance Hierarchy

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

Requirements

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

See Also