CreateUiaItem Method (C1RangeSlider)
In This Topic
Creates UI Automation object of this control.
Syntax
'Declaration
Protected Overrides Function CreateUiaItem( _
Optional ByVal As UiaItem _
) As UiaItem
protected override UiaItem CreateUiaItem(
UiaItem
)
Parameters
- uiaParent
- The parent of this UiaItem.
See Also