ComponentOne FinancialChart for WPF
C1.WPF 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 _
    ) 
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim text As String
     
    instance.BeginEdit(text)
    public void BeginEdit( 
       string text
    )
    public:
    void BeginEdit( 
       String^ text
    ) 

    Parameters

    text
    The text.
    See Also