class
IScrollbarDrawableAn abstract class that has the methods that a drawable for a scrollbar would require.
Base classes
- class UTFWinObject
Derived classes
- class ScrollbarDrawable
- The standard IDrawable for a scrollbar component.
Public types
- enum ImageIndices { kImageBackground = 0, kImageDecrementButton = 1, kImageDecrementArea = 2, kImageThumb = 3, kImageThumbContainer = 4, kImageIncrementArea = 5, kImageIncrementButton = 6 }