The RenderFieldEventArgs type exposes the following members.

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