dbicDate Send comments on this topic.
enumArrowOrientation Enumeration
See Also  
dbicDate Assembly > Dbi.WinControl.Date Namespace : enumArrowOrientation Enumeration

The available orientations for the arrows displayed in the navigation buttons.

Syntax

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

Members

MemberDescription
HorizontalThe arrows will point left and right. Left pointing arrow in the Previous button and a right pointing arrow in the Next button.
VerticalThe arrows will point up and down. Up pointing arrow in the Previous button and down pointing arrow in the Next button.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Date.enumArrowOrientation

Requirements

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

See Also