Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.CheckedListBox Namespace / SmartCheckedListBox Class / CreateAccessibilityInstance Method


In This Topic
    CreateAccessibilityInstance Method (SmartCheckedListBox)
    In This Topic
    Creates a new accessibility object for the control.
    Syntax
    'Declaration
     
    Protected Overrides Function CreateAccessibilityInstance() As AccessibleObject
    'Usage
     
    Dim instance As SmartCheckedListBox
    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 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