Version

CreateAccessibilityInstance Method (EditorWithTextAndDropDownBase)

Used by an editor owner to create an accessible object for a specific object managed by an editor.
Syntax
'Declaration
 
Public Overrides Function CreateAccessibilityInstance( _
   ByVal parent As AccessibleObject, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object _
) As AccessibleObject
public override AccessibleObject CreateAccessibilityInstance( 
   AccessibleObject parent,
   EmbeddableEditorOwnerBase owner,
   object ownerContext
)

Parameters

parent
Parent accessible object for the accessible object to create
owner
Editor owner
ownerContext
Owner context that can be supplied to the editor owner to obtain information about the object represented by the accessible instance.

Return Value

An accessible object that represents the specified owner context for the editor.
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