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

The type of arrow to display.

Syntax

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

Members

MemberDescription
RoundA round arrow button.
SquareA square tree style button.

Inheritance Hierarchy

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

Requirements

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

See Also