ComboBoxAutomationPeer.Value Property

Definition

Gets the value of the control.

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = comboBoxAutomationPeer.value;
Public ReadOnly Property Value As String

Property Value

String

Platform::String

winrt::hstring

The value of the control, as a string.

Implements

Applies to