_CommandBarComboBox.accKeyboardShortcut Property

Gets the keyboard shortcut. This property is deprecated.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

‘선언
ReadOnly Property accKeyboardShortcut ( _
    varChild As Object _
) As String
    Get
‘사용 방법
Dim instance As _CommandBarComboBox
Dim varChild As Object
Dim value As String

value = instance.accKeyboardShortcut(varChild)
string this[
    Object varChild
] { get; }
property String^ accKeyboardShortcut[[InAttribute] Object^ varChild] {
    String^ get ([InAttribute] Object^ varChild);
}
abstract accKeyboardShortcut : string
JScript does not support indexed properties.

Parameters

Property Value

Type: System.String
The keyboard shortcut. This property is deprecated.

Implements

CommandBarControl.accKeyboardShortcut[Object]

Remarks

This property throws a DeprecatedException when called.

.NET Framework Security

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

Microsoft.VisualStudio.CommandBars Namespace