[]
Contructor.
public UiaTable(ISupportUia sourceItem, ISupportUiaContainer sourceContainer, IUiaTableProvider table, Control rootControl = null, UiaItem uiaParent = null, IUiaTableItemProvider tableItem = null, string uiaName = null, Control itemControl = null, object objectToCache = null)
Type | Name | Description |
---|---|---|
ISupportUia | sourceItem | Item with ISupportUia. |
ISupportUiaContainer | sourceContainer | Container with inner items. |
IUiaTableProvider | table | Item with IUiaTableProvider |
Control | rootControl | Root control for all items. |
UiaItem | uiaParent | UIA parent of this item. |
IUiaTableItemProvider | tableItem | Item with IUiaTableItemProvider. |
string | uiaName | Custom name for this item. |
Control | itemControl | Original control of this item. |
object | objectToCache | Object for caching. |