IAccPropServices.ClearHmenuProps メソッド

定義

IAccPropServices インターフェイスとそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM) IAccPropServices インターフェイスのマネージド ラッパーの一部です。

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)

パラメーター

hmenu
_RemotableHandle

注釈を付ける HMENU ベースのアクセス可能な要素を識別します。

idChild
UInt32

アクセス可能な要素の子 ID を指定します。

paProps
Guid

リセットするプロパティの配列を指定します。 これらのプロパティは、注釈が付けられた前に表示された既定の動作に戻ります。

cProps
Int32

paProps配列内のプロパティの数を指定します。

注釈

IAccPropServicesの詳細については、動的注釈に関するドキュメントを参照してください。

適用対象