C1.Win.Input Namespace / ThumbType Enumeration

ThumbType Enumeration
Specifies the type of thumb view.
Syntax
'Declaration
 
Public Enum ThumbType 
   Inherits 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