ComponentOne Basic Library for WPF and Silverlight
Text Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : Text Property
Gets or sets the text in the C1ComboBox. The behavior depends on the AutoComplete and IsEditable properties.
Syntax
'Declaration
 
Public Property Text As System.String
'Usage
 
Dim instance As C1ComboBox
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
public System.string Text {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members