The members of System.Windows.Forms.TrackBar are listed below.
See Also: Inherited members from System.Windows.Forms.Control
TrackBar() |
Initializes a new instance of the System.Windows.Forms.TrackBar class. |
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 |
BeginInit()
| ||
EndInit()
| ||
SetRange(int, int)
| ||
override | ToString()
|
override | CreateHandle()
| |
override | IsInputKey(Keys)
| |
override | OnBackColorChanged(EventArgs)
| |
override | OnHandleCreated(EventArgs)
| |
override | OnMouseWheel(MouseEventArgs)Documentation for this section has not yet been entered. | |
OnRightToLeftLayoutChanged(EventArgs)
| ||
OnScroll(EventArgs)
| ||
override | OnSystemColorsChanged(EventArgs)
| |
OnValueChanged(EventArgs)
| ||
override | SetBoundsCore(int, int, int, int, BoundsSpecified)
| |
override | WndProc(ref Message)Documentation for this section has not yet been entered. |
AutoSizeChanged |
Occurs when the value of the TrackBar.AutoSize property changes. | |
BackgroundImageChanged |
Occurs when the TrackBar.BackgroundImage property changes. | |
BackgroundImageLayoutChanged |
Occurs when the TrackBar.BackgroundImageLayout property changes. | |
Click |
Occurs when the user clicks the System.Windows.Forms.TrackBar control. | |
DoubleClick |
Occurs when the user double-clicks the System.Windows.Forms.TrackBar control. | |
FontChanged |
Occurs when the TrackBar.Font property changes. | |
ForeColorChanged |
Occurs when the TrackBar.ForeColor property changes. | |
ImeModeChanged |
Occurs when the TrackBar.ImeMode property changes. | |
MouseClick |
Occurs when the user clicks the System.Windows.Forms.TrackBar control. | |
MouseDoubleClick |
Occurs when the user double-clicks the System.Windows.Forms.TrackBar control. | |
PaddingChanged |
Occurs when the value of the TrackBar.Padding property changes. | |
Paint |
Occurs when the System.Windows.Forms.TrackBar control is drawn. | |
RightToLeftLayoutChanged |
Occurs when the value of the TrackBar.RightToLeftLayout property changes. | |
Scroll |
Occurs when either a mouse or keyboard action moves the scroll box. | |
TextChanged |
Occurs when the TrackBar.Text property changes. | |
ValueChanged |
Occurs when the TrackBar.Value property of a track bar changes, either by movement of the scroll box or by manipulation in code. |