Intersoft ClientUI Documentation
TickPlacement Enumeration
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace : TickPlacement Enumeration






Specifies the position of tick marks in slider bar.

Syntax

Visual Basic (Declaration) 
Public Enum TickPlacement 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As TickPlacement
C# 
public enum TickPlacement : System.Enum 
Delphi 
public enum TickPlacement = class(System.Enum)
JScript 
public enum TickPlacement extends System.Enum
Managed Extensions for C++ 
__value public enum TickPlacement : public System.Enum 
C++/CLI 
public enum class TickPlacement : public System.Enum 

Members

MemberDescription
BothSpecifies that the tick marks will displayed above and below the track bar for horizontal slider bar, or to the left and right of the track bar for vertical slider bar.
BottomRightSpecifies that the tick marks will be displayed below the track bar for horizontal slider bar, or to the right of the track bar for vertical slider bar.
NoneSpecifies that no tick marks will be displayed in the slider bar.
TopLeftSpecifies that the tick marks will be displayed above the track bar for horizontal slider bar, or to the left of the track bar for vertical slider bar.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXInput.TickPlacement

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.