'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the text in the editable portion of the control.")> Public Overrides Property Text As System.String
'Usage
Dim instance As NComboBox Dim value As System.String instance.Text = value value = instance.Text
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the text in the editable portion of the control.")] public override System.string Text {get; set;}