ComponentOne Xamarin.iOS
Text Property (C1ComboBox)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : Text Property
Gets or sets the text of the control.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As C1ComboBox
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members