Version

CreateAccessibilityInstance(AccessibleObject,UIElement) Method

Creates an accessible object representing the scrollbar.
Syntax
'Declaration
 
Public Overloads Overridable Function CreateAccessibilityInstance( _
   ByVal parent As AccessibleObject, _
   ByVal scrollBarElement As UIElement _
) As AccessibleObject
public virtual AccessibleObject CreateAccessibilityInstance( 
   AccessibleObject parent,
   UIElement scrollBarElement
)

Parameters

parent
Parent accessible object for the accessible object to create
scrollBarElement
UIElement associated with the accessibility object. The element will provide location and other information about the scrollbar.

Return Value

An accessible object that represents the scrollbar.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also