CAccPropServicesClass.ClearHwndProps Method

Definition

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

public:
 virtual void ClearHwndProps(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid % paProps, int cProps) = Accessibility::IAccPropServices::ClearHwndProps;
public virtual void ClearHwndProps (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, ref Guid paProps, int cProps);
abstract member ClearHwndProps : _RemotableHandle * uint32 * uint32 * Guid * int -> unit
override this.ClearHwndProps : _RemotableHandle * uint32 * uint32 * Guid * int -> unit
Public Overridable Sub ClearHwndProps (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, ByRef paProps As Guid, cProps As Integer)

Parameters

hwnd
_RemotableHandle

Identifies the accessible element that is to be annotated. This replaces the identity string.

idObject
UInt32

Identifies the accessible element that is to be annotated. This replaces the identity string.

idChild
UInt32

Identifies the accessible element that is to be annotated. This replaces the identity string.

paProps
Guid

Specifies an array of properties that is to be reset. These properties will revert to the default behavior that they displayed before they were annotated.

cProps
Int32

Specifies the number of properties in the paProps array.

Implements

Remarks

For more information, see the Microsoft Active Accessibility documentation.

Applies to