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

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