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

In This Topic
    UiaMenuItem Constructor
    In This Topic
    Constructor.
    Syntax

    Parameters

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