Microsoft SDK for Java

getAccKeyboardShortcut

This method of the IAccessibleDefault Interface retrieves the keyboard shortcut that selects the object.

Syntax

public String getAccKeyboardShortcut(Variant varChild);

Return Value

Returns a string that describes a sequence of keystrokes for selecting the object.

Parameters

varChild A value that identifies the child object that the keyboard shortcut is requested for.

Overrides

getAccKeyboardShortcut(Variant) in IAccessible.

Exceptions

com.ms.com.ComFailException if the specified object is not valid.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.