Input for WinForms | ComponentOne
C1.Win.Input Namespace / ThumbType Enumeration

In This Topic
    ThumbType Enumeration
    In This Topic
    Specifies the type of thumb view.
    Syntax
    'Declaration
     
    
    Public Enum ThumbType 
       Inherits System.Enum
    public enum ThumbType : System.Enum 
    Members
    MemberDescription
    RectangleThumb with rectangular icon.
    RoundedThumb with round icon.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.ThumbType

    See Also