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

The direction in which the scroll occured.

Syntax

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

Members

MemberDescription
DownThe scroll bar moved down.
NoneNo scroll bar movement.
UpThe scroll bar moved up.

Inheritance Hierarchy

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

Requirements

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

See Also