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
override | AutoSize | bool.
Gets or sets a value indicating whether the height or width of the track bar is being automatically sized. |
override | BackgroundImage | System.Drawing.Image.
Gets or sets the background image for the System.Windows.Forms.TrackBar control. |
override | BackgroundImageLayout | ImageLayout.
Gets or sets an System.Windows.Forms.ImageLayout value; however, setting this property has no effect on the System.Windows.Forms.TrackBar control. |
override | Font | System.Drawing.Font.
Overrides Control.Font |
override | ForeColor | System.Drawing.Color.
Gets the foreground color of the track bar. |
ImeMode | ImeMode.
Gets or sets the Input Method Editor (IME) mode supported by this control. | |
LargeChange | int.
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. | |
Maximum | int.
Gets or sets the upper limit of the range this System.Windows.Forms.TrackBar is working with. | |
Minimum | int.
Gets or sets the lower limit of the range this System.Windows.Forms.TrackBar is working with. | |
Orientation | Orientation.
Gets or sets a value indicating the horizontal or vertical orientation of the track bar. | |
Padding | Padding.
Gets or sets the space between the edges of a System.Windows.Forms.TrackBar control and its contents. | |
RightToLeftLayout | bool.
Gets or sets a value indicating whether the contents of the System.Windows.Forms.TrackBar will be laid out from right to left. | |
SmallChange | int.
Gets or sets the value added to or subtracted from the TrackBar.Value property when the scroll box is moved a small distance. | |
override | Text | string.
Gets or sets the text of the System.Windows.Forms.TrackBar. |
TickFrequency | int.
Gets or sets a value that specifies the delta between ticks drawn on the control. | |
TickStyle | TickStyle.
Gets or sets a value indicating how to display the tick marks on the track bar. | |
Value | int.
Gets or sets a numeric value that represents the current position of the scroll box on the track bar. |
[read-only] override | CreateParams | CreateParams.
Overrides the Control.CreateParams property. |
[read-only] override | DefaultImeMode | ImeMode.
Gets a value indicating the mode for the Input Method Editor (IME) for the System.Windows.Forms.TrackBar. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the default size of the System.Windows.Forms.TrackBar. |
override | DoubleBuffered | bool.
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 |