combit List & Label 29 - .NET Help
combit.Reporting Namespace / DrawDesignerObjectEventArgs Class
Properties Methods

In This Topic
    DrawDesignerObjectEventArgs Class Members
    In This Topic

    The following tables list the members exposed by DrawDesignerObjectEventArgs.

    Public Constructors
    Public Properties
     NameDescription
    Public Property

    Rectangle of the object.

     
    Public Property

    Graphics object of the designer object. You can draw in the work space using the usual GDI + methods.

     
    Public PropertyReturns '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.  
    Public PropertyWith 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.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Top
    See Also