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
- navDir
Type: System.Int32
- varStart
Type: System.Object
Return Value
Type: System.Object
Implements
_CommandBarComboBox.accNavigate(Int32, Object)