Share via


CommandBarComboBoxClass.accNavigate Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Overridable Function accNavigate ( _
    navDir As Integer, _
    varStart As Object _
) As Object
'Usage
Dim instance As CommandBarComboBoxClass
Dim navDir As Integer
Dim varStart As Object
Dim returnValue As Object

returnValue = instance.accNavigate(navDir, _
    varStart)
public virtual Object accNavigate(
    int navDir,
    Object varStart
)

Parameters

Return Value

Type: System.Object

Implements

_CommandBarComboBox.accNavigate(Int32, Object)

See Also

Reference

CommandBarComboBoxClass Class

CommandBarComboBoxClass Members

Microsoft.Office.Core Namespace