ComponentOne Basic Library for WPF and Silverlight
BeginEdit Method (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : BeginEdit Method
The text.
Begins the edit.
Syntax
'Declaration
 
Public Sub BeginEdit( _
   ByVal text As System.String _
) 
'Usage
 
Dim instance As C1ComboBox
Dim text As System.String
 
instance.BeginEdit(text)
public void BeginEdit( 
   System.string text
)

Parameters

text
The text.
See Also

Reference

C1ComboBox Class
C1ComboBox Members