IAccessible.accKeyboardShortcut Property

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

Syntax

'Declaration
ReadOnly Property accKeyboardShortcut ( _
    varChild As Object _
) As String
    Get
'Usage
Dim instance As IAccessible
Dim varChild As Object
Dim value As String

value = instance.accKeyboardShortcut(varChild)
string this[
    Object varChild
] { get; }

Parameters

Property Value

Type: System.String

See Also

Reference

IAccessible Interface

IAccessible Members

Microsoft.Office.Core Namespace