System.Windows.Forms.TrackBar: Property Members

The properties of System.Windows.Forms.TrackBar are listed below. For a list of all members, see the TrackBar Members list.

See Also: Inherited members from System.Windows.Forms.Control

Public Properties

override
AutoSizebool.

Gets or sets a value indicating whether the height or width of the track bar is being automatically sized.

override
BackgroundImageSystem.Drawing.Image.

Gets or sets the background image for the System.Windows.Forms.TrackBar control.

override
BackgroundImageLayoutImageLayout.

Gets or sets an System.Windows.Forms.ImageLayout value; however, setting this property has no effect on the System.Windows.Forms.TrackBar control.

override
FontSystem.Drawing.Font.

Overrides Control.Font

override
ForeColorSystem.Drawing.Color.

Gets the foreground color of the track bar.

ImeModeImeMode.

Gets or sets the Input Method Editor (IME) mode supported by this control.

LargeChangeint.

Gets or sets a value to be added to or subtracted from the TrackBar.Value property when the scroll box is moved a large distance.

Maximumint.

Gets or sets the upper limit of the range this System.Windows.Forms.TrackBar is working with.

Minimumint.

Gets or sets the lower limit of the range this System.Windows.Forms.TrackBar is working with.

OrientationOrientation.

Gets or sets a value indicating the horizontal or vertical orientation of the track bar.

PaddingPadding.

Gets or sets the space between the edges of a System.Windows.Forms.TrackBar control and its contents.

RightToLeftLayoutbool.

Gets or sets a value indicating whether the contents of the System.Windows.Forms.TrackBar will be laid out from right to left.

SmallChangeint.

Gets or sets the value added to or subtracted from the TrackBar.Value property when the scroll box is moved a small distance.

override
Textstring.

Gets or sets the text of the System.Windows.Forms.TrackBar.

TickFrequencyint.

Gets or sets a value that specifies the delta between ticks drawn on the control.

TickStyleTickStyle.

Gets or sets a value indicating how to display the tick marks on the track bar.

Valueint.

Gets or sets a numeric value that represents the current position of the scroll box on the track bar.

Protected Properties

[read-only]
override
CreateParamsCreateParams.

Overrides the Control.CreateParams property.

[read-only]
override
DefaultImeModeImeMode.

Gets a value indicating the mode for the Input Method Editor (IME) for the System.Windows.Forms.TrackBar.

[read-only]
override
DefaultSizeSystem.Drawing.Size.

Gets the default size of the System.Windows.Forms.TrackBar.

override
DoubleBufferedbool.

Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker; however, this property has no effect on the System.Windows.Forms.TrackBar control