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