| Class | Description |
|---|---|
| DrawArrowButtonEventArgs | Class containing arguments for DrawArrowButton event. |
| DrawEventArgs | Class containing arguments for DrawTrack and DrawThumb events. |
| DrawTrackEventArgs | Class containing arguments for DrawTrack event. |
| GradientColor | Represents a gradient color. |
| HScrollBar | Resco horizontal ScrollBar control. |
| LetterBar | Resco LetterBar extension component. |
| LetterBar.Letter | Class representing letter with state (enabled or disabled). |
| LetterBar.VisibleLetter | Class representing visible letter. |
| MarginPadding | Represents padding or margin information. |
| ScrollBar | Resco ScrollBar control. |
| ScrollBarButton | Resco ScrollBar control's arrow button component. |
| ScrollBarExtensionBase | Resco ScrollBar extension component base. |
| ScrollBarExtensionBase.DrawExtensionEventArgs | Class containing arguments for Paint event. |
| ScrollBarExtensionBase.PropertyChangedEventArgs | Class containing arguments for PropertyChanged event. |
| ScrollBarExtensionBase.ValueIndexConversionEventArgs | Class containing arguments for ValueToIndex and IndexToValue events. |
| ScrollBarThumb | Resco ScrollBar control's thumb component. |
| ScrollBarTrack | Resco ScrollBar control's track component. |
| VScrollBar | Resco vertical ScrollBar control. |
| Delegate | Description |
|---|---|
| ScrollBar.DrawArrowButtonHandler | Delegate for the DrawArrowButton event. |
| ScrollBar.DrawThumbHandler | Delegate for the DrawThumb event. |
| ScrollBar.DrawTrackHandler | Delegate for the DrawTrack event. |
| ScrollBarExtensionBase.DrawExtensionHandler | Delegate for the Paint event. |
| ScrollBarExtensionBase.ValueIndexConversionHandler | Delegate for the ValueToIndex or IndexToValue events. |
| Enumeration | Description |
|---|---|
| FillDirection | The direction of the gradient fill. |
| HScrollBarExtensionLocation | Specifies location for horizontal scrollbar's extension. |
| LetterBar.Letters | Specifies letters used by LetterBar component. |
| ScrollBar.ScrollBarChangeType | Specifies the type of property group change. |
| ScrollBar.ScrollBarOrientation | Specifies the orientation of the control. |
| ScrollBarArrow | Specifies the orientation of the arrow button. |
| ScrollBarArrowButtonsLayout | Specifies the layout of the arrow buttons. |
| ScrollBarBorderStyle | Specifies the style used to draw the border. |
| ScrollBarButton.ScrollBarButtonArrowImageLayout | Specifies the position of the arrow icon image on the component. |
| ScrollBarButton.ScrollBarButtonDefaults | Specifies how to initialize ScrollBarButton component. |
| ScrollBarElementState | Specifies the state of control's elements. |
| ScrollBarExtensionBase.ComponentLocation | Specifies location of the component within main control. |
| ScrollBarExtensionLocation | Specifies location for extension. |
| ScrollBarThumb.ScrollBarThumbDefaults | Specifies how to initialize ScrollBarThumb component. |
| ScrollBarThumb.ScrollBarThumbGripStyle | Specifies the style of the thumb's grip. |
| ScrollBarThumb.ScrollBarThumbImageLayout | Specifies the position of the image on the component. |
| ScrollBarTrack.ScrollBarTrackDefaults | Specifies how to initialize ScrollBarTrack component. |
| ScrollBarTrack.ScrollBarTrackLayout | Specifies how gradient colors or image are drawn. |
| ScrollBarTrackClickBehavior | Specifies behavior when track is clicked. |
| ScrollBarTrackType | Specifies part of the scrollbar's track. |
| VScrollBarExtensionLocation | Specifies location for vertical scrollbar's extension. |