Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / UiaSlider Class / UiaSlider Constructor
Item with ISupportUia.
Item with IUiaRangeValueProvider.
Item with IUiaSelectionProvider.
Item with IUiaValueProvider.
Container with inner items.
UIA parent of this item.
Root control for all items.
Custom name for this item.
Original control of this item.
Object for caching.

In This Topic
    UiaSlider Constructor
    In This Topic
    Contructor.
    Syntax

    Parameters

    sourceItem
    Item with ISupportUia.
    rangeValueItem
    Item with IUiaRangeValueProvider.
    selectItem
    Item with IUiaSelectionProvider.
    valueItem
    Item with IUiaValueProvider.
    sourceContainer
    Container with inner items.
    uiaParent
    UIA parent of this item.
    rootControl
    Root control for all items.
    uiaName
    Custom name for this item.
    itemControl
    Original control of this item.
    objectToCache
    Object for caching.
    See Also