Control.AccessibilityNotifyClients Method (AccessibleEvents, Int32, Int32)
.NET Framework 4.5
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control .
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected void AccessibilityNotifyClients( AccessibleEvents accEvent, int objectID, int childID )
Parameters
- accEvent
- Type: System.Windows.Forms.AccessibleEvents
The AccessibleEvents to notify the accessibility client applications of.
- objectID
- Type: System.Int32
The identifier of the AccessibleObject.
- childID
- Type: System.Int32
The child Control to notify of the accessible event.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.