CAccPropServicesClass.ClearHmenuProps 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 ClearHmenuProps(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, Guid % paProps, int cProps) = Accessibility::IAccPropServices::ClearHmenuProps;
public virtual void ClearHmenuProps (ref Accessibility._RemotableHandle hmenu, uint idChild, ref Guid paProps, int cProps);
abstract member ClearHmenuProps : _RemotableHandle * uint32 * Guid * int -> unit
override this.ClearHmenuProps : _RemotableHandle * uint32 * Guid * int -> unit
Public Overridable Sub ClearHmenuProps (ByRef hmenu As _RemotableHandle, idChild As UInteger, ByRef paProps As Guid, cProps As Integer)

Parameters

hmenu
_RemotableHandle

Identifies the HMENU-based accessible element to be annotated.

idChild
UInt32

Specifies the child ID of the accessible element.

paProps
Guid

Specifies an array of properties 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