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




In This Topic
    ImGearScrollBarModes Enumeration
    In This Topic
    Identifies scroll bar visibility methods.
    Syntax
    'Declaration
     
    Public Enum ImGearScrollBarModes 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearScrollBarModes
    public enum ImGearScrollBarModes : System.Enum 
    __value public enum ImGearScrollBarModes : public System.Enum 
    public enum class ImGearScrollBarModes : public System.Enum 
    Members
    MemberValueDescription
    SCROLLBAR_AUTO128Automatically show and hide scrollbar when required according to image zoom.
    SCROLLBAR_DISABLE2Always hide scrollbar.
    SCROLLBAR_ENABLE1Always show scrollbar.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Display.ImGearScrollBarModes

    See Also