CAccPropServicesClass.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 CAccPropServicesClass and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices
interface.
public:
virtual void SetHmenuPropStr(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, Guid idProp, System::String ^ str) = Accessibility::IAccPropServices::SetHmenuPropStr;
public virtual void SetHmenuPropStr (ref Accessibility._RemotableHandle hmenu, uint idChild, Guid idProp, string str);
abstract member SetHmenuPropStr : _RemotableHandle * uint32 * Guid * string -> unit
override this.SetHmenuPropStr : _RemotableHandle * uint32 * Guid * string -> unit
Public Overridable 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.
Implements
Remarks
For more information, see the Microsoft Active Accessibility documentation.