ComboBox.Text プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在選択されている項目のテキストを取得または設定します。
public:
property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String
プロパティ値
現在選択されている項目の文字列。 既定値は、空の文字列 ("") です。
例
この例では、ユーザーが選択を Text 行う前に TextBox 、プロパティを使用してテキストを設定する方法を示します。
<ComboBox Name="cb" Margin="10,10,3,3" Width="200" Height="30" Grid.Column="0" Grid.Row="2"
ItemsSource="{StaticResource myCities}" Text="My Cities"
IsEditable="true" IsReadOnly="true"
IsDropDownOpen="True" StaysOpenOnEdit="True">
</ComboBox>
注釈
プロパティが IsEditable 設定されている場合、このプロパティを true
設定すると、テキスト ボックスに入力された初期テキストが配置されます。 次の場合 IsEditable 、 false
この値を設定しても効果はありません。
依存プロパティ情報
識別子フィールド | TextProperty |
メタデータのプロパティが次に設定されている true |
BindsTwoWayByDefault, Journal |