dbicSlide Send comments on this topic.
enumTipsPosition Enumeration
See Also  
dbicSlide Assembly > Dbi.WinControl.Slide Namespace : enumTipsPosition Enumeration

The tooltip popup position in relation to the thumb.

Syntax

Visual Basic (Declaration) 
Public Enum enumTipsPosition 
   Inherits System.Enum
C# 
public enum enumTipsPosition : System.Enum 

Members

MemberDescription
BottomThe popup tips appear below the thumb.
LeftThe popup tips appear to the left of the thumb.
NoneNo popup tips will be displayed.
RightThe popup tips appear to the right of the thumb.
TopThe popup tips appear on top of the thumb.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Slide.enumTipsPosition

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also