IAccPropServices.SetHmenuProp(_RemotableHandle, UInt32, Guid, Object) 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 SetHmenuProp(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, Guid idProp, System::Object ^ var);
public void SetHmenuProp (ref Accessibility._RemotableHandle hmenu, uint idChild, Guid idProp, object var);
abstract member SetHmenuProp : _RemotableHandle * uint32 * Guid * obj -> unit
Public Sub SetHmenuProp (ByRef hmenu As _RemotableHandle, idChild As UInteger, idProp As Guid, var As Object)
Parameters
- hmenu
- _RemotableHandle
Identifies the HMENU-based accessible element to be annotated.
- idChild
- UInt32
Specifies the child ID of the accessible element.
- idProp
- Guid
Specifies which property of the accessible element is to be annotated.
- var
- Object
Specifies a new value for the idProp
property.
Remarks
For more information about IAccPropServices, see the documentation about Dynamic Annotation.