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

The available options for track displays.

Syntax

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

Members

MemberDescription
MarksA series of marks with a slider bar down the center.
RulerA series of marks and numbers with a slider bar down the center.
UserDrawnThe appearance of the track will be handled and drawn by the developer.

Inheritance Hierarchy

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

Requirements

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

See Also