Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1DropDownEditorBase Class / CreateUiaItem Method
The parent of this UiaItem.

In This Topic
    CreateUiaItem Method (C1DropDownEditorBase)
    In This Topic
    Creates UI Automation object of this control.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateUiaItem( _
       Optional ByVal uiaParent As UiaItem _
    ) As UiaItem
    protected override UiaItem CreateUiaItem( 
       UiaItem uiaParent
    )

    Parameters

    uiaParent
    The parent of this UiaItem.
    See Also