IAccessible.accValue Property
.NET Framework 2.0
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.
Namespace: Accessibility
Assembly: Accessibility (in accessibility.dll)
Assembly: Accessibility (in accessibility.dll)
property String^ accValue [Object^] { String^ get ([InAttribute] [OptionalAttribute] Object^ varChild); void set ([InAttribute] [OptionalAttribute] Object^ varChild, [InAttribute] String^ pszValue); }
/** @property */ String get_accValue (/** @attribute InAttribute() */ /** @attribute OptionalAttribute() */ Object varChild) /** @property */ void set_accValue (/** @attribute InAttribute() */ /** @attribute OptionalAttribute() */ Object varChild, /** @attribute InAttribute() */ String pszValue)
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- varChild
This parameter is intended for internal use only.
Property Value
A string.Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.