'Declaration Protected Overridable Function GetAccessibilityObjectById( _ ByVal objectId As Integer _ ) As AccessibleObject
protected virtual AccessibleObject GetAccessibilityObjectById( int objectId )
Parameters
- objectId
- Row index of the accessibility object to return.
Return Value
The System.Windows.Forms.AccessibleObject for the specified row.