The RenderFieldEventArgs type exposes the following members.

Constructors

  Name Description
Public method RenderFieldEventArgs
Initializes a new instance of the RenderFieldEventArgs class.

Methods

  Name Description
Public method Render
Renders the field into the designer surface.

Properties

  Name Description
Public property Bounds
Gets the Rectangle where the field will be rendered.
Public property Field
Gets the Field object that will be rendered.
Public property Graphics
Gets the Graphics object where the field will be rendered.
Public property Handled
Gets or sets a value that determines whether the event has been handled.
Public property Section
Gets the Section that contains the field.
Public property Text
Gets or sets the text that will be displayed by the designer in the field.

See Also