This documentation is archived and is not being maintained.

IAccPropServices::SetHmenuPropServer Method

The IAccPropServices interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices interface.

Namespace:  Accessibility
Assembly:  Accessibility (in Accessibility.dll)

void SetHmenuPropServer(
	[InAttribute] _RemotableHandle% hmenu, 
	[InAttribute] unsigned int idChild, 
	[InAttribute] Guid% paProps, 
	[InAttribute] int cProps, 
	[InAttribute] IAccPropServer^ pServer, 
	[InAttribute] AnnoScope AnnoScope
)

Parameters

hmenu
Type: Accessibility::_RemotableHandle%
Identifies the HMENU-accessible element to be annotated.
idChild
Type: System::UInt32
Identifies the accessible element that is to be annotated. This replaces the identity string.
paProps
Type: System::Guid%
Specifies an array of properties that is to be handled by the specified callback object.
cProps
Type: System::Int32
Specifies the number of properties in the paProps array.
pServer
Type: Accessibility::IAccPropServer
Specifies the callback object, which will be invoked when a client requests one of the overridden properties.
AnnoScope
Type: Accessibility::AnnoScope
May be ANNO_THIS, indicating that the annotation affects the indicated accessible element only; or ANNO_CONTAINER, indicating that it applies to the element and its immediate element children.

For more information about IAccPropServices, see the documentation about "Dynamic Annotation" in the Microsoft Active Accessibility documentation in the MSDN library at http://msdn.microsoft.com/library.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: