class Infragistics.Win.UltraWinSchedule.DayView.Office2007MoreItemsIndicatorUIElement
   inherits Infragistics.Win.UIElement
   implements System.IDisposable, Infragistics.Win.UIAutomation.IProvideUIAutomation:

   def public static variable elementSize as System.Drawing.Size.

   def public static variable defaultPadding as System.Drawing.Size.

   def public static variable defaultBackColorNormal as System.Drawing.Color.

   def public static variable defaultBackColorHotTracking as System.Drawing.Color.

   def public static variable defaultBorderColor as System.Drawing.Color.

   def public property Up as logical
      get.

   def public property Down as logical
      get.

   def public property Date as datetime
      get.

   def public property Owner as Infragistics.Win.UltraWinSchedule.Owner
      get.

   def public property IsHotTracking as logical
      get.

   def protected override property WantsMouseHoverNotification as logical
      get.

   def public override property UIRole as Infragistics.Win.AppStyling.UIRole
      get.

   def public override property AccessibilityInstance as System.Windows.Forms.AccessibleObject
      get.

   def public override property IsAccessibleElement as logical
      get.

   constructor public Office2007MoreItemsIndicatorUIElement(input parent as Infragistics.Win.UIElement, input up as logical, input date as datetime):
   end constructor.

   method public final void Initialize(input up as logical, input date as datetime):
   end method.

   method protected override void OnMouseEnter():
   end method.

   method protected override void OnMouseLeave():
   end method.

   method protected override void OnMouseHover():
   end method.

   method protected override void OnClick():
   end method.

   method protected override void DrawBackColor(input drawParams as Infragistics.Win.UIElementDrawParams):
   end method.

   method protected override void DrawForeground(input drawParams as Infragistics.Win.UIElementDrawParams):
   end method.

   method public override logical Contains(input point as System.Drawing.Point, input ignoreClipping as logical):
   end method.

   method protected override void PositionChildElements():
   end method.

end class.
