Name | Description | |
---|---|---|
![]() | DrawDesignerObjectEventArgs Constructor |
The following tables list the members exposed by DrawDesignerObjectEventArgs.
Name | Description | |
---|---|---|
![]() | DrawDesignerObjectEventArgs Constructor |
Name | Description | |
---|---|---|
![]() | ClipRectangle | Rectangle of the object. |
![]() | Graphics | Graphics object of the designer object. You can draw in the work space using the usual GDI + methods. |
![]() | IsDesignMode | Returns 'true' if the view in the Designer is 'Layout' or 'Layout Preview'. You can control if only the first page of the Designer object has to be drawn in design mode. If 'false' is returned, it means that you are in print mode and drawing has to be made for the complete Designer object. |
![]() | PrintFinished | With this property List & Label is notified that no further data for the Designer object is available for printing and that List & Label is not asking for them anymore by DrawDesignerObject or GetFieldHeightInformation. |