次の方法で共有


ComboBox.SelectionBoxItem プロパティ

定義

選択ボックスに表示される項目を取得します。

public:
 property System::Object ^ SelectionBoxItem { System::Object ^ get(); };
public object SelectionBoxItem { get; }
member this.SelectionBoxItem : obj
Public ReadOnly Property SelectionBoxItem As Object

プロパティ値

Object

選択された項目。

次の例では、a ContentPresenter のプロパティをContentプロパティにSelectionBoxItemバインドします。 のContentPresenter一部ControlTemplateComboBoxです。

完全なサンプルについては、「 ControlTemplates サンプルを使用したスタイル設定」を参照してください。

<ContentPresenter x:Name="ContentSite"
                  IsHitTestVisible="False"
                  Content="{TemplateBinding SelectionBoxItem}"
                  ContentTemplate="{TemplateBinding SelectionBoxItemTemplate}"
                  ContentTemplateSelector="{TemplateBinding ItemTemplateSelector}"
                  Margin="3,3,23,3"
                  VerticalAlignment="Stretch"
                  HorizontalAlignment="Left">
</ContentPresenter>

注釈

この ControlTemplate プロパティを ComboBox 使用して、選択した項目 ComboBoxを表示します。 外側ControlTemplateの選択した項目をComboBox取得するには、このプロパティの代わりにプロパティをSelector.SelectedItem使用します。

XAML 属性の使用方法

<object property="{TemplateBinding SelectionBoxItem}"/>  

依存プロパティ情報

識別子フィールド SelectionBoxItemProperty
メタデータのプロパティが次に設定されている true なし

適用対象