Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / CreateUiaControl Method

In This Topic
    CreateUiaControl Method (C1ComboBox)
    In This Topic
    Creates UI Automation object of this control.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateUiaControl() As UiaControl
    protected override UiaControl CreateUiaControl()
    See Also