\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / RowAccessibleObject Class / Navigate Method

In This Topic
    Navigate Method (RowAccessibleObject)
    In This Topic
    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
    See Also