InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / ElementAccessibleObject Constructor
the owner accessile element.

In This Topic
    ElementAccessibleObject Constructor
    In This Topic
    Initializes a new instance of the C1ControlAccessibleObject class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal element As IAccessibleElement _
    )
    public ElementAccessibleObject( 
       IAccessibleElement element
    )

    Parameters

    element
    the owner accessile element.
    See Also