TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / GetAccessibilityObjectById Method
An Int32 that identifies the System.Windows.Forms.AccessibleObject to retrieve.

In This Topic
    GetAccessibilityObjectById Method (C1TreeView)
    In This Topic
    Retrieves the specified System.Windows.Forms.AccessibleObject.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetAccessibilityObjectById( _
       ByVal objectId As Integer _
    ) As AccessibleObject
    protected override AccessibleObject GetAccessibilityObjectById( 
       int objectId
    )

    Parameters

    objectId
    An Int32 that identifies the System.Windows.Forms.AccessibleObject to retrieve.

    Return Value

    See Also