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