Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinVerticalScrollBar Class / CreateAccessibilityInstance Method


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

    Return Value

    A new System.Windows.Forms.AccessibleObject for the scrollbar.
    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