IAccPropServices.ClearHmenuProps Méthode

Définition

L'interface IAccPropServices et tous ses membres exposés font partie d'un wrapper managé pour l'interface IAccPropServices du modèle COM (Component Object Model).

public:
 void ClearHmenuProps(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, Guid % paProps, int cProps);
public void ClearHmenuProps (ref Accessibility._RemotableHandle hmenu, uint idChild, ref Guid paProps, int cProps);
abstract member ClearHmenuProps : _RemotableHandle * uint32 * Guid * int -> unit
Public Sub ClearHmenuProps (ByRef hmenu As _RemotableHandle, idChild As UInteger, ByRef paProps As Guid, cProps As Integer)

Paramètres

hmenu
_RemotableHandle

Identifie l'élément accessible HMENU qui doit être annoté.

idChild
UInt32

Spécifie l'ID enfant de l'élément accessible.

paProps
Guid

Spécifie un tableau de propriétés à réinitialiser. Ces propriétés reprendront le comportement par défaut qu'elles affichaient avant leur annotation.

cProps
Int32

Spécifie le nombre de propriétés dans le tableau paProps.

Remarques

Pour plus d’informations sur IAccPropServices, consultez la documentation sur l’annotation dynamique.

S’applique à