IAccPropServices.ClearHwndProps Method

Definition

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

public:
 void ClearHwndProps(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid % paProps, int cProps);
public void ClearHwndProps (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, ref Guid paProps, int cProps);
abstract member ClearHwndProps : _RemotableHandle * uint32 * uint32 * Guid * int -> unit
Public 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.

Remarks

For more information about ClearHwndProps, see the documentation about Dynamic Annotation.

Applies to