ScrollBarRenderer Methods

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDrawArrowButton(Graphics^, Rectangle, ScrollBarArrowButtonState)

Draws a scroll arrow with visual styles.

System_CAPS_pubmethodSystem_CAPS_staticDrawHorizontalThumb(Graphics^, Rectangle, ScrollBarState)

Draws a horizontal scroll box (also known as the thumb) with visual styles.

System_CAPS_pubmethodSystem_CAPS_staticDrawHorizontalThumbGrip(Graphics^, Rectangle, ScrollBarState)

Draws a grip on a horizontal scroll box (also known as the thumb) with visual styles.

System_CAPS_pubmethodSystem_CAPS_staticDrawLeftHorizontalTrack(Graphics^, Rectangle, ScrollBarState)

Draws a horizontal scroll bar track with visual styles.

System_CAPS_pubmethodSystem_CAPS_staticDrawLowerVerticalTrack(Graphics^, Rectangle, ScrollBarState)

Draws a vertical scroll bar track with visual styles.

System_CAPS_pubmethodSystem_CAPS_staticDrawRightHorizontalTrack(Graphics^, Rectangle, ScrollBarState)

Draws a horizontal scroll bar track with visual styles.

System_CAPS_pubmethodSystem_CAPS_staticDrawSizeBox(Graphics^, Rectangle, ScrollBarSizeBoxState)

Draws a scroll bar sizing handle with visual styles.

System_CAPS_pubmethodSystem_CAPS_staticDrawUpperVerticalTrack(Graphics^, Rectangle, ScrollBarState)

Draws a vertical scroll bar track with visual styles.

System_CAPS_pubmethodSystem_CAPS_staticDrawVerticalThumb(Graphics^, Rectangle, ScrollBarState)

Draws a vertical scroll box (also known as the thumb) with visual styles.

System_CAPS_pubmethodSystem_CAPS_staticDrawVerticalThumbGrip(Graphics^, Rectangle, ScrollBarState)

Draws a grip on a vertical scroll box (also known as the thumb) with visual styles.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetSizeBoxSize(Graphics^, ScrollBarState)

Returns the size of the sizing handle.

System_CAPS_pubmethodSystem_CAPS_staticGetThumbGripSize(Graphics^, ScrollBarState)

Returns the size of the scroll box grip.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: