Search
PaintControlEventArgs Members
Properties
 


Contains the arguments passed to the PaintControlHost event handlers.

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

 Public Properties

  Name Description

Graphics

An object implementing the IGraphics interface whose methods should be used to draw the control.

Handled

Gets or sets a value indicating whether the event handler performed custom painting.

Node

Gets a reference to the ControlNode being serialized or deserialized. (Inherited from ControlNodeEventArgs.)

PaintRect

Gets the bounding rectangle of the control.

Stream

Gets a stream object where you can store or retrieve any custom data. (Inherited from ControlNodeEventArgs.)

 See Also