interface Infragistics.Documents.Reports.Report.QuickList.IQuickList:

   def public property Font as Infragistics.Documents.Reports.Graphics.Font
      get.
      set.

   def public property Brush as Infragistics.Documents.Reports.Graphics.Brush
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.Margins
      get.
      set.

   def public property Numbered as logical
      get.
      set.

   def public property Interval as decimal
      get.
      set.

   def public property KeepSolid as logical
      get.
      set.

   def public property Parent as System.Object
      get.

   method public Infragistics.Documents.Reports.Report.QuickList.IQuickListItem AddItem(input text as character).

end interface.
