Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / CreateAccessibilityInstance Method


In This Topic
    CreateAccessibilityInstance Method (GridControl)
    In This Topic
    Creates a new accessibility object for the element.
    Syntax
    'Declaration
     
    Protected Overrides Function CreateAccessibilityInstance() As AccessibleObject
    'Usage
     
    Dim instance As GridControl
    Dim value As AccessibleObject
     
    value = instance.CreateAccessibilityInstance()
    protected override AccessibleObject CreateAccessibilityInstance()

    Return Value

    Remarks

    If you do not explicitly call the CreateAccessibilityInstance method, it will be called when the System.Windows.Forms.Control.AccessibilityObject property is referenced.

    Requirements

    Target Platforms: 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