Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / UiaTable Class / UiaTable Constructor
Item with ISupportUia.
Container with inner items.
Item with IUiaTableProvider
Root control for all items.
UIA parent of this item.
Item with IUiaTableItemProvider.
Custom name for this item.
Original control of this item.
Object for caching.

In This Topic
    UiaTable Constructor
    In This Topic
    Contructor.
    Syntax

    Parameters

    sourceItem
    Item with ISupportUia.
    sourceContainer
    Container with inner items.
    table
    Item with IUiaTableProvider
    rootControl
    Root control for all items.
    uiaParent
    UIA parent of this item.
    tableItem
    Item with IUiaTableItemProvider.
    uiaName
    Custom name for this item.
    itemControl
    Original control of this item.
    objectToCache
    Object for caching.
    See Also