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