IAccPropServices.ClearHmenuProps Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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)
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.
Remarks
For more information about IAccPropServices, see the documentation about Dynamic Annotation.