Search
ScrollBarDrawEventArgs Members
Constructors Properties Methods
 


Encapsulates information for scroll bar custom drawing.

The following tables list the members exposed by the ScrollBarDrawEventArgs type.

 Public Constructors

  Name Description

ScrollBarDrawEventArgs

Intializes a new instance of the ScrollBarDrawEventArgs class.

 Public Properties

  Name Description

Bounds

Gets the bounding rectangle of the element being drawn. (Inherited from DrawEventArgs.)

Element

Gets the element being drawn.

Graphics

Gets the target graphics. (Inherited from DrawEventArgs.)

 Public Methods

  Name Description

DrawFocus

Draws a focus rectangle inside the drawn element.

 See Also