Version

Office2007MoreItemsIndicatorUIElement Class

Renders an image which indicates that there are appointments which are currently not in the viewable area of the control for the Office2007 ViewStyle.
Syntax
'Declaration
 
Public Class Office2007MoreItemsIndicatorUIElement 
   Inherits Infragistics.Win.UIElement
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class Office2007MoreItemsIndicatorUIElement : Infragistics.Win.UIElement, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The Office2007MoreItemsIndicatorUIElement class extends limited support for customizing its appearance via application styling; the border color and the fill color can be changed by setting the BorderColor and BackColor properties, respectively, of the appearance for the ScheduleMoreActivityIndicatorUp/ScheduleMoreActivityIndicatorDown roles. Alternatively, an Image can be specified by setting the Image property of the appearance. No other appearance properties are supported by this element.

The size of the Office2007MoreItemsIndicatorUIElement is fixed at 13 pixels in width and 9 pixels in height.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also