Search
DrawButtonEventArgs Members
Constructors Properties
 


Contains the arguments passed to handlers of the CustomDraw event of button components.

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

 Public Constructors

  Name Description

DrawButtonEventArgs

Initializes a new instance of the DrawButtonEventArgs class.

 Public Properties

  Name Description

Component

Gets the related component. (Inherited from ComponentEventArgs.)

Graphics

Gets the drawing target. (Inherited from DrawComponentEventArgs.)

ParentHost

Gets the host containing the component. (Inherited from ComponentEventArgs.)

State

Gets the state of the button.

 See Also