Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / UiaDataItem Class / UiaDataItem Constructor
Item with ISupportUia.
Item with IUiaSelectionProvider.
UIA parent of this item.
Root control for all items.
Container with inner items.
Item with IUiaExpandCollapseProvider.
Item with IUiaTableItemProvider.
Item with IUiaGridItemProvider.
Item with IUiaScrollProvider.
Item with IUiaToggleProvider.
Item with IUiaValueProvider.
Custom name for this item.
Original control of this item.
Object for caching.

In This Topic
    UiaDataItem Constructor
    In This Topic
    Contructor.
    Syntax

    Parameters

    sourceItem
    Item with ISupportUia.
    selectionItem
    Item with IUiaSelectionProvider.
    uiaParent
    UIA parent of this item.
    rootControl
    Root control for all items.
    sourceContainer
    Container with inner items.
    expandCollapseItem
    Item with IUiaExpandCollapseProvider.
    tableItem
    Item with IUiaTableItemProvider.
    gridItem
    Item with IUiaGridItemProvider.
    scrollItem
    Item with IUiaScrollProvider.
    toggleItem
    Item with IUiaToggleProvider.
    valueItem
    Item with IUiaValueProvider.
    uiaName
    Custom name for this item.
    itemControl
    Original control of this item.
    objectToCache
    Object for caching.
    See Also