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




In This Topic
    ImGearScrollBarType Enumeration
    In This Topic
    Identifies scrollbar types.
    Syntax
    'Declaration
     
    Public Enum ImGearScrollBarType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearScrollBarType
    public enum ImGearScrollBarType : System.Enum 
    __value public enum ImGearScrollBarType : public System.Enum 
    public enum class ImGearScrollBarType : public System.Enum 
    Members
    MemberValueDescription
    HORIZONTAL1Horizontal scrollbar.
    VERTICAL2Vertical scrollbar.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Display.ImGearScrollBarType

    See Also