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

In This Topic
    UiaToolBar Constructor
    In This Topic
    Contructor.
    Syntax

    Parameters

    sourceItem
    Item with ISupportUia.
    sourceContainer
    Container with inner items.
    uiaParent
    UIA parent of this item.
    rootControl
    Root control for all items.
    expandCollapseItem
    Item with IUiaExpandCollapseProvider.
    transformItem
    Item with IUiaTransformProvider.
    dockItem
    Item with IUiaDockProvider.
    uiaName
    Custom name for this item.
    itemControl
    Original control of this item.
    objectToCache
    Object for caching.
    See Also