Search
ButtonDrawEventArgs Members
Constructors Properties Methods
 


Encapsulates information for button custom drawing.

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

 Public Constructors

  Name Description

ButtonDrawEventArgs

Intializes a new instance of the ButtonDrawEventArgs class.

 Public Properties

  Name Description

Bounds

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

Graphics

Gets the target graphics. (Inherited from DrawEventArgs.)

State

Gets the button state.

 Public Methods

  Name Description

DrawFocus

Draws a focus rectangle.

 See Also