ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / Navigate Method

In This Topic
    Navigate Method (ElementAccessibleObject)
    In This Topic
    Navigates to another accessible object.
    Syntax
    'Declaration
     
    Public Overrides Function Navigate( _
       ByVal navdir As System.Windows.Forms.AccessibleNavigation _
    ) As System.Windows.Forms.AccessibleObject
    public override System.Windows.Forms.AccessibleObject Navigate( 
       System.Windows.Forms.AccessibleNavigation navdir
    )

    Parameters

    navdir

    Return Value

    An System.Windows.Forms.AccessibleObject that represents one of the System.Windows.Forms.AccessibleNavigation values.
    Exceptions
    ExceptionDescription
    The navigation attempt fails.
    See Also