AccessibleObject.IAccessible.get_accValue Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

  [Visual Basic]
  Private Function get_accValue( _
   ByVal 
  childID
   As Object _
) As String Implements IAccessible.get_accValue
[C#]
string IAccessible.get_accValue(
   object childID
);
[C++]
private: String* IAccessible::get_accValue(Object* childID
);
[JScript]
private function IAccessible.get_accValue(
   childID : Object) : String;

See Also

AccessibleObject Class | AccessibleObject Members | System.Windows.Forms Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.