Input for WinForms | ComponentOne
C1.Win.Input.Pickers.Base Namespace / C1PickerBase Class / CreateUiaControl Method

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