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

The alignment of the NavButtons.

Syntax

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

Members

MemberDescription
LeftAlign the buttons to the Left.
RightAlign the button to the Right.

Inheritance Hierarchy

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

Requirements

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

See Also