次の方法で共有


CAccPropServicesClass.ClearHmenuProps メソッド

定義

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

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)

パラメーター

hmenu
_RemotableHandle

注釈付けの対象となる、HMENU ベースのアクセスできる要素を識別します。

idChild
UInt32

アクセスできる要素の子 ID を指定します。

paProps
Guid

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

cProps
Int32

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

実装

注釈

詳細については、 Microsoft Active Accessibility のドキュメントを参照してください。

適用対象