ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1ComboBox Class / BeginEdit Method
The text.

In This Topic
    BeginEdit Method
    In This Topic
    Begins the edit.
    Syntax
    'Declaration
     
    
    Public Sub BeginEdit( _
       ByVal text As String _
    ) 
    public void BeginEdit( 
       string text
    )

    Parameters

    text
    The text.
    See Also