ImageGear .NET - Updated
ImGearScrollChangeType Enumeration




ImageGear24.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
MemberDescription
PageScrolled The page scrolled.
ScrollBarEnabledChanged A scrollbar was enabled or disabled.
ScrollBarVisibleChanged The visibility of a scrollbar changed.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Display Namespace