Search
DrawComponentEventArgs Members
Constructors Properties
 


The base class for arguments supplied to various component-related custom drawing events.

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

 Public Constructors

  Name Description

DrawComponentEventArgs

Initializes a new instance of the DrawComponentEventArgs class.

 Public Properties

  Name Description

Component

Gets the related component. (Inherited from ComponentEventArgs.)

Graphics

Gets the drawing target.

ParentHost

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

 See Also