This documentation is archived and is not being maintained.
Control::AccessibilityNotifyClients Method (AccessibleEvents, Int32, Int32)
Visual Studio 2010
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control .
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: