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

In This Topic
    UiaListItem Constructor
    In This Topic
    Contructor.
    Syntax

    Parameters

    sourceItem
    Item with ISupportUia.
    selectItem
    Item with IUiaSelectionItemProvider.
    uiaParent
    UIA parent of this item.
    sourceContainer
    Container with inner items.
    rootControl
    Root control for all items.
    scrollItem
    Item with IUiaScrollItemProvider.
    invokeItem
    Item with IUiaInvokeProvider.
    uiaName
    Custom name for this item.
    itemControl
    Original control of this item.
    objectToCache
    Object for caching.
    See Also