ImageGear .NET v25.1 - Updated
ImGearScrollChangeType Enumeration




ImageGear.Core Assembly > ImageGear.Display Namespace : ImGearScrollChangeType Enumeration
This enumeration specifies the type of scrollbar change.
Syntax
'Declaration
 
Public Enum ImGearScrollChangeType 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearScrollChangeType
public enum ImGearScrollChangeType : System.Enum 
__value public enum ImGearScrollChangeType : public System.Enum 
public enum class ImGearScrollChangeType : public System.Enum 
Members
MemberValueDescription
PageScrolled0 The page scrolled.
ScrollBarEnabledChanged1 A scrollbar was enabled or disabled.
ScrollBarVisibleChanged2 The visibility of a scrollbar changed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Display.ImGearScrollChangeType

See Also

Reference

ImageGear.Display Namespace