IAccPropServices.SetHmenuPropStr 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 SetHmenuPropStr(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, Guid idProp, System::String ^ str);
public void SetHmenuPropStr (ref Accessibility._RemotableHandle hmenu, uint idChild, Guid idProp, string str);
abstract member SetHmenuPropStr : _RemotableHandle * uint32 * Guid * string -> unit
Public Sub SetHmenuPropStr (ByRef hmenu As _RemotableHandle, idChild As UInteger, idProp As Guid, str As String)
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.
- str
- String
Specifies a new value for the idProp
property.
Remarks
For more information about IAccPropServices, see the documentation about Dynamic Annotation.