NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TickStyle Enumeration

Specifies the location of tick marks in a TrackBar control.

[Visual Basic]
Public Enum TickStyle
[C#]
public enum TickStyle
[C++]
public enum TickStyle

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

Use the members of this enumeration to set the value of the TickStyle property of the TrackBar control.

Members

Member Name Description
Both Tick marks are located on both sides of the control.
BottomRight Tick marks are located on the bottom of a horizontal control or on the right side of a vertical control.
None No tick marks appear in the control.
TopLeft Tick marks are located on the top of horizontal control or on the left of a vertical control.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | TickStyle