InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / GetAccessibilityObjectById Method

In This Topic
    GetAccessibilityObjectById Method (C1InputPanel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetAccessibilityObjectById( _
       ByVal objectId As System.Integer _
    ) As System.Windows.Forms.AccessibleObject
    protected virtual System.Windows.Forms.AccessibleObject GetAccessibilityObjectById( 
       System.int objectId
    )

    Parameters

    objectId
    See Also