[]
Contructor.
public UiaSlider(ISupportUia sourceItem, IUiaRangeValueProvider rangeValueItem = null, IUiaSelectionProvider selectItem = null, IUiaValueProvider valueItem = null, ISupportUiaContainer sourceContainer = null, UiaItem uiaParent = null, Control rootControl = null, string uiaName = null, Control itemControl = null, object objectToCache = null)
Type | Name | Description |
---|---|---|
ISupportUia | sourceItem | Item with ISupportUia. |
IUiaRangeValueProvider | rangeValueItem | Item with IUiaRangeValueProvider. |
IUiaSelectionProvider | selectItem | Item with IUiaSelectionProvider. |
IUiaValueProvider | valueItem | Item with IUiaValueProvider. |
ISupportUiaContainer | sourceContainer | Container with inner items. |
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. |