Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / BeginEdit Method
The text.

In This Topic
    BeginEdit Method (C1ComboBox)
    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