System.Windows.Forms.TrackBar: Method Members

The methods 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 Methods

BeginInit()

Begins the initialization of a System.Windows.Forms.TrackBar that is used on a form or used by another component. The initialization occurs at run time.

EndInit()

Ends the initialization of a System.Windows.Forms.TrackBar that is used on a form or used by another component. The initialization occurs at run time.

SetRange(int, int)

Sets the minimum and maximum values for a System.Windows.Forms.TrackBar.

override
ToString() : string

Returns a string that represents the System.Windows.Forms.TrackBar control.

Protected Methods

override
CreateHandle()

Overrides the Control.CreateHandle method.

override
IsInputKey(Keys) : bool

Handles special input keys, such as PAGE UP, PAGE DOWN, HOME, and END.

override
OnBackColorChanged(EventArgs)

This method is called by the control when any property changes. Inheriting controls can override this method to get property change notification on basic properties. Inheriting controls must call base.propertyChanged.

override
OnHandleCreated(EventArgs)

Use the Control.OnHandleCreated(EventArgs) method.

override
OnMouseWheel(MouseEventArgs)
Documentation for this section has not yet been entered.
OnRightToLeftLayoutChanged(EventArgs)

Raises the TrackBar.RightToLeftLayoutChanged event.

OnScroll(EventArgs)

Raises the TrackBar.Scroll event.

override
OnSystemColorsChanged(EventArgs)

Raises the Control.SystemColorsChanged event.

OnValueChanged(EventArgs)

Raises the TrackBar.ValueChanged event.

override
SetBoundsCore(int, int, int, int, BoundsSpecified)

Overrides Control.setBoundsCore to enforce autoSize.

override
WndProc(ref Message)
Documentation for this section has not yet been entered.