CAccPropServicesClass.SetHmenuProp 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 SetHmenuProp(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, Guid idProp, System::Object ^ var) = Accessibility::IAccPropServices::SetHmenuProp;
public virtual void SetHmenuProp (ref Accessibility._RemotableHandle hmenu, uint idChild, Guid idProp, object var);
abstract member SetHmenuProp : _RemotableHandle * uint32 * Guid * obj -> unit
override this.SetHmenuProp : _RemotableHandle * uint32 * Guid * obj -> unit
Public Overridable 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.
Implements
Remarks
For more information, see the Microsoft Active Accessibility documentation.