ComboBoxTextSubmittedEventArgs.Text Property

Definition

Gets the custom text value entered by the user.

public:
 property Platform::String ^ Text { Platform::String ^ get(); };
winrt::hstring Text();
public string Text { get; }
var string = comboBoxTextSubmittedEventArgs.text;
Public ReadOnly Property Text As String

Property Value

String

Platform::String

winrt::hstring

Applies to