IAccessible.accHelp[Object] Property

Definition

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

public:
 property System::String ^ accHelp[System::Object ^] { System::String ^ get(System::Object ^ varChild); };
public string accHelp[object varChild] { get; }
member this.accHelp(obj) : string
Public ReadOnly Property accHelp(Optional varChild As Object) As String

Parameters

varChild
Object

This parameter is intended for internal use only.

Property Value

A string.

Remarks

For more information about accHelp[], see IAccessible::get_accHelp.

Applies to