IAccessibleHandler Interface
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 IAccessibleHandler and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessibleHandler
interface.
public interface class IAccessibleHandler
[System.Runtime.InteropServices.Guid("03022430-ABC4-11D0-BDE2-00AA001A1953")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IAccessibleHandler
[System.Runtime.InteropServices.Guid("03022430-ABC4-11D0-BDE2-00AA001A1953")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAccessibleHandler
[<System.Runtime.InteropServices.Guid("03022430-ABC4-11D0-BDE2-00AA001A1953")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IAccessibleHandler = interface
[<System.Runtime.InteropServices.Guid("03022430-ABC4-11D0-BDE2-00AA001A1953")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAccessibleHandler = interface
Public Interface IAccessibleHandler
- Attributes
Remarks
For more information about IAccessibleHandler, see IAccessibleHandler::AccessibleObjectFromID.
Methods
AccessibleObjectFromID(Int32, Int32, IAccessible) |
The IAccessibleHandler and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |