This documentation is archived and is not being maintained.
IAccPropServices::ClearProps Method
Visual Studio 2010
The IAccPropServices interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices interface.
Assembly: Accessibility (in Accessibility.dll)
void ClearProps( [InAttribute] unsigned char% pIDString, [InAttribute] unsigned int dwIDStringLen, [InAttribute] Guid% paProps, [InAttribute] int cProps )
Parameters
- pIDString
- Type: System::Byte%
Identifies the accessible element that is to be un-annotated.
- dwIDStringLen
- Type: System::UInt32
Length of pIDString.
- paProps
- Type: System::Guid%
Specifies an array of properties that is to be reset. These properties will revert to the default behavior they displayed before they were annotated.
- cProps
- Type: System::Int32
Specifies the number of properties in the paProps array.
For more information about IAccPropServices, see the documentation about "Dynamic Annotation" in the Microsoft Active Accessibility documentation in the MSDN library at http://msdn.microsoft.com/library.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: