Share via


CommandBarComboBoxClass.accSelect Method

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

Syntax

'Declaration
Public Overridable Sub accSelect ( _
    flagsSelect As Integer, _
    varChild As Object _
)
'Usage
Dim instance As CommandBarComboBoxClass
Dim flagsSelect As Integer
Dim varChild As Object

instance.accSelect(flagsSelect, varChild)
public virtual void accSelect(
    int flagsSelect,
    Object varChild
)

Parameters

Implements

_CommandBarComboBox.accSelect(Int32, Object)

See Also

Reference

CommandBarComboBoxClass Class

CommandBarComboBoxClass Members

Microsoft.Office.Core Namespace