Class ScrollBarPaintEventArgs
Provides data for the various scrollbar annotation paint event handlers.
public class ScrollBarPaintEventArgs : EventArgs
- Inheritance
-
ScrollBarPaintEventArgs
Constructors
- ScrollBarPaintEventArgs(Graphics, Rectangle, Rectangle)
Initializes a new instance of the
ScrollBarPaintEventArgs
class with specified parameters.
Properties
- Graphics
Gets the Graphics object to draw on.
- ScrollBarRect
Gets the bounding rectangle of the scrollbar area.
- TrackRect
Gets the rectangle that bounds the drawing area for the scrollbar annotation.