Version

NavigateActivities Method

Returns an AccessibleObject of an activity relative to an activity within the day.
Syntax
'Declaration
 
Function NavigateActivities( _
   ByVal activityUIElement As Infragistics.Win.UIElement, _
   ByVal navdir As AccessibleNavigation _
) As AccessibleObject
AccessibleObject NavigateActivities( 
   Infragistics.Win.UIElement activityUIElement,
   AccessibleNavigation navdir
)

Parameters

activityUIElement
The associated activity.
navdir
The direction to naviagate relative to the specified activityUIElement.

Return Value

an AccessibleObject of an activity relative to an activity within the day.
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