ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearScrollChangeType Enumeration




In This Topic
    ImGearScrollChangeType Enumeration
    In This Topic
    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
    PageScrolled0The page scrolled.
    ScrollBarEnabledChanged1A scrollbar was enabled or disabled.
    ScrollBarVisibleChanged2The visibility of a scrollbar changed.
    Inheritance Hierarchy

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

    See Also