[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.UiaDataItem.-ctor

UiaDataItem Constructor

UiaDataItem(ISupportUia, IUiaSelectionItemProvider, UiaItem, Control, ISupportUiaContainer, IUiaExpandCollapseProvider, IUiaTableItemProvider, IUiaGridItemProvider, IUiaScrollItemProvider, IUiaToggleProvider, IUiaValueProvider, string, Control, object)

Contructor.

Declaration
public UiaDataItem(ISupportUia sourceItem, IUiaSelectionItemProvider selectionItem, UiaItem uiaParent = null, Control rootControl = null, ISupportUiaContainer sourceContainer = null, IUiaExpandCollapseProvider expandCollapseItem = null, IUiaTableItemProvider tableItem = null, IUiaGridItemProvider gridItem = null, IUiaScrollItemProvider scrollItem = null, IUiaToggleProvider toggleItem = null, IUiaValueProvider valueItem = null, string uiaName = null, Control itemControl = null, object objectToCache = null)
Parameters
Type Name Description
ISupportUia sourceItem

Item with ISupportUia.

IUiaSelectionItemProvider selectionItem

Item with IUiaSelectionProvider.

UiaItem uiaParent

UIA parent of this item.

Control rootControl

Root control for all items.

ISupportUiaContainer sourceContainer

Container with inner items.

IUiaExpandCollapseProvider expandCollapseItem

Item with IUiaExpandCollapseProvider.

IUiaTableItemProvider tableItem

Item with IUiaTableItemProvider.

IUiaGridItemProvider gridItem

Item with IUiaGridItemProvider.

IUiaScrollItemProvider scrollItem

Item with IUiaScrollProvider.

IUiaToggleProvider toggleItem

Item with IUiaToggleProvider.

IUiaValueProvider valueItem

Item with IUiaValueProvider.

string uiaName

Custom name for this item.

Control itemControl

Original control of this item.

object objectToCache

Object for caching.